Merge PR #2643 into 13.0

Signed-off-by pedrobaeza
pull/2591/head
OCA-git-bot 2023-10-18 10:03:19 +00:00
commit 15faf9a64a
1 changed files with 4 additions and 1 deletions

View File

@ -26,7 +26,10 @@ odoo.define("web_widget_domain_editor_dialog.basic_fields", function(require) {
readonly: false, readonly: false,
disable_multiple_selection: false, disable_multiple_selection: false,
no_create: true, no_create: true,
context: this.record.getContext({
fieldName: this.name,
viewType: this.viewType,
}),
on_selected: function(selected_ids) { on_selected: function(selected_ids) {
_this.inDomainEditor = true; _this.inDomainEditor = true;
_this.domainSelector _this.domainSelector