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.

48 lines
1.5 KiB

  1. # Copyright 2015 Antiun Ingeniería S.L. - Sergio Teruel
  2. # Copyright 2015 Antiun Ingeniería S.L. - Carlos Dauden
  3. # Copyright 2015-2016 Jairo Llopis <jairo.llopis@tecnativa.com>
  4. # License LGPL-3 - See http://www.gnu.org/licenses/lgpl-3.0.html
  5. {
  6. 'name': "Base Custom Info",
  7. 'summary': "Add custom field in models",
  8. 'category': 'Tools',
  9. 'version': '12.0.2.1.0',
  10. 'depends': [
  11. 'base_setup',
  12. ],
  13. 'data': [
  14. 'views/webclient_templates.xml',
  15. 'security/ir.model.access.csv',
  16. 'security/res_groups_security.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/res_config_settings_view.xml',
  25. ],
  26. 'qweb': ['static/src/xml/custom_info_item.xml'],
  27. 'demo': [
  28. 'demo/custom.info.category.csv',
  29. 'demo/custom.info.template.csv',
  30. 'demo/custom.info.property.csv',
  31. 'demo/custom.info.option.csv',
  32. 'demo/res_groups.xml',
  33. 'demo/defaults.xml',
  34. ],
  35. "images": [
  36. "images/menu.png",
  37. "images/properties.png",
  38. "images/templates.png",
  39. "images/values.png",
  40. ],
  41. 'author': 'Tecnativa, '
  42. 'Odoo Community Association (OCA)',
  43. 'website': 'https://github.com/OCA/server-tools',
  44. 'license': 'LGPL-3',
  45. 'application': True,
  46. 'installable': True,
  47. }