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

  1. # Copyright 2015 Tecnativa - Antonio Espinosa
  2. # Copyright 2015 Tecnativa - Jairo Llopis
  3. # Copyright 2017 Tecnativa - David Vidal
  4. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "Partners Capital",
  7. "version": "14.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": ["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. }