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

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