3
0
Fork 0
web_techsystech/web_search_with_and/__manifest__.py

18 lines
454 B
Python

# Copyright 2015 Andrius Preimantas <andrius@versada.lt>
# 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',
],
}