[MERGE] forward port of branch 8.0 up to c92e70b
[odoo/odoo.git] / addons / web / static / src / js / view_form.js
index 15f6e80..8d7f886 100644 (file)
@@ -4372,7 +4372,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;