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.

24 lines
738 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': '12.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': [
  18. 'base',
  19. ],
  20. 'data': [
  21. 'views/res_partner_view.xml',
  22. ],
  23. 'development_status': 'Production/Stable',
  24. }