mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
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
This commit is contained in:
committed by
Nedas Žilinskas
parent
d76698580e
commit
a0a07ecd1e
20
web_search_with_and/__openerp__.py
Normal file
20
web_search_with_and/__openerp__.py
Normal file
@@ -0,0 +1,20 @@
|
||||
# -*- 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,
|
||||
}
|
||||
Reference in New Issue
Block a user