diff --git a/web_search_with_and/__manifest__.py b/web_search_with_and/__manifest__.py index 86d5c8fe1..4122579d1 100644 --- a/web_search_with_and/__manifest__.py +++ b/web_search_with_and/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Use AND conditions on omnibar search", - "version": "17.0.1.0.0", + "version": "18.0.1.0.0", "author": """Sandip SCS, Versada UAB, ACSONE SA/NV, Serincloud, Odoo Community Association (OCA)""", "license": "AGPL-3", diff --git a/web_search_with_and/static/src/js/search_bar.esm.js b/web_search_with_and/static/src/js/search_bar.esm.js index 9b5197364..d4cdd0384 100644 --- a/web_search_with_and/static/src/js/search_bar.esm.js +++ b/web_search_with_and/static/src/js/search_bar.esm.js @@ -1,5 +1,3 @@ -/** @odoo-module **/ - import {patch} from "@web/core/utils/patch"; import {SearchBar} from "@web/search/search_bar/search_bar"; diff --git a/web_search_with_and/static/src/js/search_model.esm.js b/web_search_with_and/static/src/js/search_model.esm.js index ec01a6d2f..5e562e02c 100644 --- a/web_search_with_and/static/src/js/search_model.esm.js +++ b/web_search_with_and/static/src/js/search_model.esm.js @@ -1,5 +1,3 @@ -/** @odoo-module **/ - import {patch} from "@web/core/utils/patch"; import {rankInterval} from "@web/search/utils/dates"; import {SearchModel} from "@web/search/search_model";