3
0
Fork 0
web_techsystech/web_search_with_and/__openerp__.py

21 lines
523 B
Python

# -*- coding: utf-8 -*-
# This file is part of OpenERP. The COPYRIGHT file at the top level of
# this module contains the full copyright notices and license terms.
{
'name': "Use AND conditions on omnibar search",
'version': '1.0',
'author': 'Versada UAB, Odoo Community Association (OCA)',
'category': 'web',
'website': 'http://www.versada.lt',
'description': "",
'depends': [
'web',
],
'data': [
'data.xml',
],
'installable': True,
'application': False,
}