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