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.

23 lines
733 B

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