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