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
775 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2015 Antonio Espinosa <antonio.espinosa@tecnativa.com>
  3. # Copyright 2015 Jairo Llopis <jairo.llopis@tecnativa.com>
  4. # Copyright 2017 David Vidal <david.vidal@tecnativa.com>
  5. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  6. {
  7. 'name': 'Partners Capital',
  8. 'version': '10.0.1.0.0',
  9. 'category': 'Customer Relationship Management',
  10. 'author': 'Antiun Ingeniería S.L., '
  11. 'Tecnativa, '
  12. 'Odoo Community Association (OCA)',
  13. 'website': 'https://www.tecnativa.com',
  14. 'depends': [
  15. 'sale',
  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. }