Make other operators work again

This commit is contained in:
Jairo Llopis
2017-02-23 09:31:42 +01:00
committed by Jairo Llopis
parent dec6f86de5
commit b13f0324bb

View File

@@ -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()
);