[MERGE] forward port of branch 7.0 up to da15c9d
[odoo/odoo.git] / addons / web / static / src / js / view_form.js
index 5607b8a..11ca49e 100644 (file)
@@ -4109,7 +4109,6 @@ instance.web.form.One2ManyListView = instance.web.ListView.extend({
         if (!this.fields_view || !this.editable()){
             return true;
         }
-        this.o2m._dirty_flag = true;
         var r;
         return _.every(this.records.records, function(record){
             r = record;