diff --git a/addons/web/static/src/js/view_form.js b/addons/web/static/src/js/view_form.js index 2ed32ab15c2..d6800f8cd45 100644 --- a/addons/web/static/src/js/view_form.js +++ b/addons/web/static/src/js/view_form.js @@ -4415,10 +4415,6 @@ instance.web.form.One2ManyListView = instance.web.ListView.extend({ })); this.on('edit:after', this, this.proxy('_after_edit')); this.on('save:before cancel:before', this, this.proxy('_before_unedit')); - - this.records - .bind('add', this.proxy("changed_records")) - .bind('remove', this.proxy("changed_records")); this.on('save:after', this, this.proxy("changed_records")); }, start: function () {