Merge PR #2642 into 14.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2023-10-18 10:03:05 +00:00

View File

@@ -26,6 +26,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