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

  1. # Copyright 2013-2020 Therp BV <http://therp.nl>.
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  3. {
  4. "name": "Partner Relations",
  5. "version": "14.0.1.1.0",
  6. "author": "Therp BV,Camptocamp,Odoo Community Association (OCA)",
  7. "website": "https://github.com/OCA/partner-contact",
  8. "complexity": "normal",
  9. "category": "Customer Relationship Management",
  10. "license": "AGPL-3",
  11. "depends": ["contacts", "sales_team"],
  12. "demo": ["data/demo.xml"],
  13. "data": [
  14. "security/ir.model.access.csv",
  15. "views/res_partner_relation_all.xml",
  16. "views/res_partner.xml",
  17. "views/res_partner_relation_type.xml",
  18. "views/menu.xml",
  19. ],
  20. "auto_install": False,
  21. "installable": True,
  22. }