mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Make other operators work again
This commit is contained in:
committed by
Jairo Llopis
parent
dec6f86de5
commit
b13f0324bb
@@ -196,6 +196,8 @@ odoo.define('web_advanced_search_x2x.search_filters', function (require) {
|
||||
* @return {jQuery.Deferred}
|
||||
*/
|
||||
value_rerender: function () {
|
||||
this.value._x2x_field && this.value._x2x_field.destroy();
|
||||
delete this.value._x2x_field;
|
||||
return this.value.appendTo(
|
||||
this.$(".searchview_extended_prop_value").show().empty()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user