mirror of https://github.com/OCA/web.git
Merge pull request #946 from MaxyMoos/Issue-939
[FIX] web_many2many_tags_multiselection: Missing returnpull/779/merge
commit
a29fc7ad31
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Tags multiple selection',
|
'name': 'Tags multiple selection',
|
||||||
'version': '11.0.1.0.0',
|
'version': '11.0.1.0.1',
|
||||||
'author': 'Akretion, Odoo Community Association (OCA), Jamin Shah',
|
'author': 'Akretion, Odoo Community Association (OCA), Jamin Shah',
|
||||||
'depends': [
|
'depends': [
|
||||||
'web',
|
'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,
|
res_model: self.field.relation,
|
||||||
domain: domain,
|
domain: domain,
|
||||||
context: _.extend({}, self.record.getContext(self.recordParams), context || {}),
|
context: _.extend({}, self.record.getContext(self.recordParams), context || {}),
|
||||||
|
|
Loading…
Reference in New Issue