mirror of https://github.com/OCA/web.git
[FIX] Error when using the Quick Create on many2many_tags_multiselection widget
parent
e72ee021dc
commit
f89e2b18ad
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
'name': 'Tags multiple selection',
|
||||
'version': '11.0.1.0.0',
|
||||
'version': '11.0.1.0.1',
|
||||
'author': 'Akretion, Odoo Community Association (OCA), Jamin Shah',
|
||||
'depends': [
|
||||
'web',
|
||||
|
|
|
@ -19,7 +19,7 @@ odoo.define('web_widget_many2many_tags_multi_selection.multiple_tags', function
|
|||
}
|
||||
}
|
||||
|
||||
new dialogs.SelectCreateDialog(self, _.extend({}, self.nodeOptions, {
|
||||
return new dialogs.SelectCreateDialog(self, _.extend({}, self.nodeOptions, {
|
||||
res_model: self.field.relation,
|
||||
domain: domain,
|
||||
context: _.extend({}, self.record.getContext(self.recordParams), context || {}),
|
||||
|
|
Loading…
Reference in New Issue