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.

35 lines
1.0 KiB

9 years ago
  1. # -*- coding: utf-8 -*-
  2. # © 2015 Antiun Ingeniería S.L. - Sergio Teruel
  3. # © 2015 Antiun Ingeniería S.L. - Carlos Dauden
  4. # © 2015-2016 Jairo Llopis <jairo.llopis@tecnativa.com>
  5. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  6. {
  7. 'name': "Base Custom Info",
  8. 'summary': "Add custom field in models",
  9. 'category': 'Tools',
  10. 'version': '9.0.1.0.0',
  11. 'depends': [
  12. 'base',
  13. ],
  14. 'data': [
  15. 'views/custom_info_template_view.xml',
  16. 'views/custom_info_property_view.xml',
  17. 'views/custom_info_value_view.xml',
  18. 'views/menu.xml',
  19. 'security/ir.model.access.csv',
  20. ],
  21. "images": [
  22. "images/menu.png",
  23. "images/properties.png",
  24. "images/templates.png",
  25. "images/values.png",
  26. ],
  27. 'author': 'Antiun Ingeniería S.L., '
  28. 'Incaser Informatica S.L., '
  29. 'Tecnativa, '
  30. 'Odoo Community Association (OCA)',
  31. 'website': 'http://www.antiun.com',
  32. 'license': 'AGPL-3',
  33. 'installable': True,
  34. }