add comment in many2many_tags_email.js file
This commit is contained in:
@@ -17,6 +17,7 @@ instance.web.form.FieldMany2ManyTagsEmail = instance.web.form.FieldMany2ManyTags
|
|||||||
this.last_processed_value = [];
|
this.last_processed_value = [];
|
||||||
|
|
||||||
this.on("change:value", this, this.on_change_value_check);
|
this.on("change:value", this, this.on_change_value_check);
|
||||||
|
// Restore pop-up when trying to send to a partner without email
|
||||||
this.on_change_value_check();
|
this.on_change_value_check();
|
||||||
this._super.apply(this, arguments);
|
this._super.apply(this, arguments);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user