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

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