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.

22 lines
759 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": "13.0.1.0.1",
  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": ["contacts"],
  15. "data": [
  16. "views/res_partner_turnover_range_view.xml",
  17. "views/res_partner_view.xml",
  18. "security/ir.model.access.csv",
  19. ],
  20. "installable": True,
  21. }