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.

22 lines
643 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2018 Onestein (<http://www.onestein.eu>)
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Partner CoC',
  6. 'summary': "Adds a field 'Chamber Of Commerce Registration Number' to "
  7. "partner",
  8. 'version': '8.0.1.0.0',
  9. 'category': 'Web',
  10. 'author': 'Onestein,Odoo Community Association (OCA)',
  11. 'website': 'http://www.onestein.eu',
  12. 'license': 'AGPL-3',
  13. 'depends': [
  14. 'partner_identification',
  15. ],
  16. 'data': [
  17. 'data/res_partner_id_category_data.xml',
  18. 'views/res_partner_view.xml',
  19. ],
  20. 'installable': True,
  21. }