[MERGE] forward port of branch saas-3 up to 7ab4137
[odoo/odoo.git] / addons / web / static / src / js / view_form.js
index b733481..584f89f 100644 (file)
@@ -4393,7 +4393,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;