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.

19 lines
526 B

  1. {
  2. 'name': 'Partner CoC',
  3. 'summary': "Adds a field 'Chamber Of Commerce Registration Number' to "
  4. "partner",
  5. 'version': '10.0.1.0.0',
  6. 'category': 'Web',
  7. 'author': 'Onestein,Odoo Community Association (OCA)',
  8. 'website': 'http://www.onestein.eu',
  9. 'license': 'AGPL-3',
  10. 'depends': [
  11. 'partner_identification',
  12. ],
  13. 'data': [
  14. 'data/res_partner_id_category_data.xml',
  15. 'views/res_partner_view.xml'
  16. ],
  17. 'installable': True,
  18. 'application': False,
  19. }