mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[13.0][MIG] - migration web_search_with_and
This commit is contained in:
committed by
Nedas Žilinskas
parent
a45fd1ea37
commit
a6a9e74d53
@@ -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"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user