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.

29 lines
1.0 KiB

14 years ago
  1. # -*- coding: utf-8 -*-
  2. #
  3. # © 2004-2010 Tiny SPRL http://tiny.be
  4. # © 2010-2012 ChriCar Beteiligungs- und Beratungs- GmbH
  5. # http://www.camptocamp.at
  6. # © 2015 Antiun Ingenieria, SL (Madrid, Spain)
  7. # http://www.antiun.com
  8. # Antonio Espinosa <antonioea@antiun.com>
  9. # © 2016 ACSONE SA/NV (<http://acsone.eu>)
  10. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  11. {
  12. 'name': 'Partner Identification Numbers',
  13. 'category': 'Customer Relationship Management',
  14. 'version': '9.0.1.0.0',
  15. 'data': [
  16. 'views/res_partner_id_category_view.xml',
  17. 'views/res_partner_id_number_view.xml',
  18. 'views/res_partner_view.xml',
  19. 'security/ir.model.access.csv',
  20. ],
  21. 'author': 'ChriCar Beteiligungs- und Beratungs- GmbH, '
  22. 'Antiun Ingeniería S.L.',
  23. 'Camptocamp,'
  24. 'ACSONE SA/NV,'
  25. 'Odoo Community Association (OCA)'
  26. 'website': 'https://odoo-community.org/',
  27. 'license': 'AGPL-3',
  28. 'installable': True,
  29. }