You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

20 lines
523 B

# -*- 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,
}