[MIG] web_search_with_and: Migration to 18.0

pull/3115/head
JasminSForgeFlow 2025-03-07 17:55:10 +05:30
parent 72a5d2f76c
commit f4889920e7
3 changed files with 1 additions and 5 deletions

View File

@ -4,7 +4,7 @@
{ {
"name": "Use AND conditions on omnibar search", "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, "author": """Sandip SCS, Versada UAB, ACSONE SA/NV, Serincloud,
Odoo Community Association (OCA)""", Odoo Community Association (OCA)""",
"license": "AGPL-3", "license": "AGPL-3",

View File

@ -1,5 +1,3 @@
/** @odoo-module **/
import {patch} from "@web/core/utils/patch"; import {patch} from "@web/core/utils/patch";
import {SearchBar} from "@web/search/search_bar/search_bar"; import {SearchBar} from "@web/search/search_bar/search_bar";

View File

@ -1,5 +1,3 @@
/** @odoo-module **/
import {patch} from "@web/core/utils/patch"; import {patch} from "@web/core/utils/patch";
import {rankInterval} from "@web/search/utils/dates"; import {rankInterval} from "@web/search/utils/dates";
import {SearchModel} from "@web/search/search_model"; import {SearchModel} from "@web/search/search_model";