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.

20 lines
668 B

  1. # Copyright 2012 Camptocamp SA - Yannick Vaucher
  2. # Copyright 2017 Tecnativa - Vicent Cubells
  3. # Copyright 2018 brain-tec AG - Raul Martin
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. "name": "Partner Affiliates",
  7. "version": "13.0.1.0.0",
  8. "author": "Camptocamp, "
  9. "Tecnativa, "
  10. "brain-tec AG, "
  11. "Onestein, "
  12. "Odoo Community Association (OCA)",
  13. "website": "https://github.com/OCA/partner-contact",
  14. "category": "Customer Relationship Management",
  15. "license": "AGPL-3",
  16. "installable": True,
  17. "depends": ["base"],
  18. "data": ["views/res_partner_view.xml"],
  19. "development_status": "Production/Stable",
  20. }