We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db24c73 commit 03ce849Copy full SHA for 03ce849
web_m2x_options/static/src/js/form.js
@@ -145,7 +145,7 @@ odoo.define('web_m2x_options.web_m2x_options', function (require) {
145
var domain_list = [];
146
var blacklist = this.get_search_blacklist();
147
if(!_(blacklist).isEmpty()){
148
- domain_list.push(blacklist);
+ domain_list.push(['id', 'not in', blacklist]);
149
}
150
var can_search_mru = (self.options && self.is_option_set(self.options.search_mru)),
151
search_mru_undef = _.isUndefined(self.options.search_mru),
0 commit comments