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

10 years ago
10 years ago
10 years ago
10 years ago
  1. # -*- coding: utf-8 -*-
  2. # Copyright 2012 Camptocamp SA - Yannick Vaucher
  3. # Copyright 2017 Tecnativa - Vicent Cubells
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': 'Partner Affiliates',
  7. 'version': '9.0.1.0.0',
  8. 'author': "Camptocamp, "
  9. "Tecnativa, "
  10. "Odoo Community Association (OCA)",
  11. 'website': 'http://www.camptocamp.com',
  12. 'category': 'CRM',
  13. 'license': 'AGPL-3',
  14. 'installable': True,
  15. 'depends': [
  16. 'base'
  17. ],
  18. 'data': [
  19. 'views/res_partner_view.xml',
  20. ],
  21. }