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

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2018 Camptocamp
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Partner Contact Role',
  6. 'summary': """Add roles to partners.""",
  7. 'version': '10.0.1.0.0',
  8. 'license': 'AGPL-3',
  9. 'author': 'Camptocamp,Odoo Community Association (OCA)',
  10. 'website': 'https://github.com/OCA/partner-contact',
  11. 'depends': [
  12. 'sales_team',
  13. ],
  14. 'data': [
  15. 'security/ir.model.access.csv',
  16. 'views/res_partner_role.xml',
  17. 'views/res_partner.xml',
  18. ],
  19. }