Skip to content

Commit

Permalink
Merge PR OCA#2643 into 13.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Oct 18, 2023
2 parents 828fd05 + 966eaf6 commit 15faf9a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +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
Expand Down

0 comments on commit 15faf9a

Please sign in to comment.