forked from Techsystech/web
Merge PR #2641 into 15.0
Signed-off-by pedrobaeza15.0-ocabot-merge-pr-2789-by-pedrobaeza-bump-patch
commit
fd81b723d0
|
@ -25,7 +25,10 @@ odoo.define("web_widget_domain_editor_dialog.basic_fields", function (require) {
|
|||
readonly: false,
|
||||
disable_multiple_selection: false,
|
||||
no_create: true,
|
||||
|
||||
context: this.record.getContext({
|
||||
fieldName: this.name,
|
||||
viewType: this.viewType,
|
||||
}),
|
||||
on_selected: function (selected_ids) {
|
||||
_this.inDomainEditor = true;
|
||||
_this.domainSelector
|
||||
|
|
Loading…
Reference in New Issue