mirror of https://github.com/OCA/web.git
[MIG] web_search_with_and: Migration to 18.0
parent
72a5d2f76c
commit
f4889920e7
|
@ -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",
|
||||||
|
|
|
@ -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";
|
||||||
|
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue