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.

21 lines
610 B

  1. # -*- coding: utf-8 -*-
  2. # © 2015 Antiun Ingeniería S.L. - Antonio Espinosa
  3. # © 2015 Antiun Ingeniería S.L. - Jairo Llopis
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'Partners Capital',
  7. 'version': '8.0.1.0.0',
  8. 'category': 'Customer Relationship Management',
  9. 'author': 'Antiun Ingeniería S.L.',
  10. 'website': 'http://www.antiun.com',
  11. 'depends': [
  12. 'base',
  13. ],
  14. 'data': [
  15. 'views/res_partner_turnover_range_view.xml',
  16. 'views/res_partner_view.xml',
  17. 'security/ir.model.access.csv',
  18. ],
  19. "installable": True,
  20. }