add comment in many2many_tags_email.js file

This commit is contained in:
chafique-delli
2017-09-18 16:15:18 +02:00
parent cfb92ec23a
commit 16664bcb7f

View File

@@ -17,6 +17,7 @@ instance.web.form.FieldMany2ManyTagsEmail = instance.web.form.FieldMany2ManyTags
this.last_processed_value = [];
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._super.apply(this, arguments);
},