diff --git a/addons/web/static/src/js/view_form.js b/addons/web/static/src/js/view_form.js index f613d51ff97..099a094a581 100644 --- a/addons/web/static/src/js/view_form.js +++ b/addons/web/static/src/js/view_form.js @@ -5477,6 +5477,7 @@ instance.web.form.FieldStatus = instance.web.form.AbstractField.extend({ start: function() { this.field_manager.on("view_content_has_changed", this, this.calc_domain); this.calc_domain(); + this.on("change:value", this, this.get_selection); this.on("change:evaluated_selection_domain", this, this.get_selection); this.on("change:selection", this, function() { this.selection = this.get("selection");