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.

47 lines
1.4 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 LGPL-3 - See http://www.gnu.org/licenses/lgpl-3.0.html
  6. {
  7. 'name': "Base Custom Info",
  8. 'summary': "Add custom field in models",
  9. 'category': 'Tools',
  10. 'version': '9.0.2.0.0',
  11. 'depends': [
  12. 'base_setup',
  13. ],
  14. 'data': [
  15. 'security/ir.model.access.csv',
  16. 'security/res_groups.xml',
  17. 'views/custom_info_category_view.xml',
  18. 'views/custom_info_option_view.xml',
  19. 'views/custom_info_template_view.xml',
  20. 'views/custom_info_property_view.xml',
  21. 'views/custom_info_value_view.xml',
  22. 'views/menu.xml',
  23. 'views/res_partner_view.xml',
  24. 'wizard/base_config_settings_view.xml',
  25. ],
  26. 'demo': [
  27. 'demo/custom.info.category.csv',
  28. 'demo/custom.info.template.csv',
  29. 'demo/custom.info.property.csv',
  30. 'demo/custom.info.option.csv',
  31. 'demo/custom_info_property_defaults.yml',
  32. 'demo/res_groups.xml',
  33. ],
  34. "images": [
  35. "images/menu.png",
  36. "images/properties.png",
  37. "images/templates.png",
  38. "images/values.png",
  39. ],
  40. 'author': 'Tecnativa, '
  41. 'Odoo Community Association (OCA)',
  42. 'website': 'https://www.tecnativa.com',
  43. 'license': 'LGPL-3',
  44. 'application': True,
  45. 'installable': True,
  46. }