mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
@@ -25,7 +25,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
|
||||||
|
|||||||
Reference in New Issue
Block a user