diff --git a/addons/web/static/src/js/search.js b/addons/web/static/src/js/search.js index e569e44df28..c70cf2ab470 100644 --- a/addons/web/static/src/js/search.js +++ b/addons/web/static/src/js/search.js @@ -1936,7 +1936,7 @@ instance.web.search.ExtendedSearchProposition.Selection = instance.web.search.Ex } }); instance.web.search.ExtendedSearchProposition.Boolean = instance.web.search.ExtendedSearchProposition.Field.extend({ - template: 'SearchView.extended_search.proposition.boolean', + template: 'SearchView.extended_search.proposition.empty', operators: [ {value: "=", text: _lt("is true")}, {value: "!=", text: _lt("is false")} diff --git a/addons/web/static/src/xml/base.xml b/addons/web/static/src/xml/base.xml index 86b2f67cf62..28cba6062d7 100644 --- a/addons/web/static/src/xml/base.xml +++ b/addons/web/static/src/xml/base.xml @@ -1527,8 +1527,6 @@ - -