Files
web/web_search_with_and/__openerp__.py
Andrius Preimantas a0a07ecd1e Squash of 8 commits
Add README.rst

Too short underline for module title in README.rst

Improving module meta information

Version 1.0

W391 blank line at end of file

Remove module description because README.rst is there

web_search_with_and: Latest OCA conventions
2022-03-24 10:18:20 +00:00

21 lines
515 B
Python

# -*- coding: utf-8 -*-
# © 2015 Andrius Preimantas <andrius@versada.lt>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': "Use AND conditions on omnibar search",
'version': '8.0.1.0.0',
'author': 'Versada UAB, Odoo Community Association (OCA)',
'license': 'AGPL-3',
'category': 'web',
'website': 'http://www.versada.lt',
'depends': [
'web',
],
'data': [
'data/data.xml',
],
'installable': True,
'application': False,
}