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.

24 lines
794 B

  1. # Copyright 2015 Antonio Espinosa <antonio.espinosa@tecnativa.com>
  2. # Copyright 2015 Jairo Llopis <jairo.llopis@tecnativa.com>
  3. # Copyright 2017 David Vidal <david.vidal@tecnativa.com>
  4. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'Partners Capital',
  7. 'version': '12.0.1.0.0',
  8. 'category': 'Customer Relationship Management',
  9. 'license': 'AGPL-3',
  10. 'author': 'Antiun Ingeniería S.L., '
  11. 'Tecnativa, '
  12. 'Odoo Community Association (OCA)',
  13. 'website': 'https://github.com/OCA/partner-contact',
  14. 'depends': [
  15. 'contacts',
  16. ],
  17. 'data': [
  18. 'views/res_partner_turnover_range_view.xml',
  19. 'views/res_partner_view.xml',
  20. 'security/ir.model.access.csv',
  21. ],
  22. "installable": True,
  23. }