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.

19 lines
528 B

8 years ago
  1. # -*- coding: utf-8 -*-
  2. # © 2016 Daniel Reis
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Improved Name Search',
  6. 'summary': 'Friendlier search when typing in relation fields',
  7. 'version': '8.0.1.0.1',
  8. 'category': 'Uncategorized',
  9. 'website': 'https://odoo-community.org/',
  10. 'author': 'Daniel Reis, Odoo Community Association (OCA)',
  11. 'license': 'AGPL-3',
  12. 'data': [
  13. 'views/ir_model.xml',
  14. ],
  15. 'installable': True,
  16. 'depends': [
  17. 'base',
  18. ],
  19. }