[13.0][MIG] - migration web_search_with_and

This commit is contained in:
sbejaoui
2020-11-09 18:24:12 +01:00
committed by Nedas Žilinskas
parent a45fd1ea37
commit a6a9e74d53
4 changed files with 50 additions and 61 deletions

View File

@@ -1,17 +1,14 @@
# Copyright 2015 Andrius Preimantas <andrius@versada.lt>
# Copyright 2020 ACSONE SA/NV
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
'name': "Use AND conditions on omnibar search",
'version': '12.0.1.0.0',
'author': 'Versada UAB, Odoo Community Association (OCA)',
'license': 'AGPL-3',
'category': 'web',
'website': 'https://github.com/OCA/web',
'depends': [
'web',
],
'data': [
'data/data.xml',
],
"name": "Use AND conditions on omnibar search",
"version": "13.0.1.0.0",
"author": "Versada UAB, ACSONE SA/NV, Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "web",
"website": "https://github.com/OCA/web",
"depends": ["web"],
"data": ["data/data.xml"],
}