Skip to content

Commit

Permalink
[FIX] #10392
Browse files Browse the repository at this point in the history
  • Loading branch information
gfcapalbo committed Mar 21, 2024
1 parent a953121 commit 564af16
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,16 @@ odoo.define("web_advanced_search.AdvancedSelectDialog", function (require) {
}
}
},
load_optional_fields: "_onLoadOptionalFields",
save_optional_fields: "_onSaveOptionalFields",
}
),
_onLoadOptionalFields: function(ev) {
ev.stopPropagation();
},
_onSaveOptionalFields: function(ev) {
ev.stopPropagation();
},
/**
* Fully overide function to just show Select and Use Criteria.
*/
Expand Down

0 comments on commit 564af16

Please sign in to comment.