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

  1. # Copyright 2017-2018 Onestein (<https://www.onestein.eu>)
  2. # Copyright 2018 Therp BV (<https://www.therp.nl>)
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Partner Certificate of Conduct',
  6. 'summary': "Adds field 'Certificate of Conduct'",
  7. 'version': '11.0.1.0.0',
  8. 'category': 'CRM',
  9. 'author': 'Therp BV,Onestein,Odoo Community Association (OCA)',
  10. 'website': 'https://github.com/OCA/partner-contact/',
  11. 'license': 'AGPL-3',
  12. 'depends': [
  13. 'partner_identification',
  14. ],
  15. 'data': [
  16. 'data/res_partner_id_category_data.xml',
  17. 'views/res_partner_view.xml'
  18. ],
  19. 'installable': True,
  20. }