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

10 years ago
  1. # -*- coding: utf-8 -*-
  2. # This file is part of OpenERP. The COPYRIGHT file at the top level of
  3. # this module contains the full copyright notices and license terms.
  4. {
  5. 'name': "Use AND conditions on omnibar search",
  6. 'version': '1.0',
  7. 'author': 'Versada UAB, Odoo Community Association (OCA)',
  8. 'category': 'web',
  9. 'website': 'http://www.versada.lt',
  10. 'description': "",
  11. 'depends': [
  12. 'web',
  13. ],
  14. 'data': [
  15. 'data.xml',
  16. ],
  17. 'installable': True,
  18. 'application': False,
  19. }