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.

32 lines
1.1 KiB

  1. # -*- coding: utf-8 -*-
  2. #
  3. # Copyright 2004-2010 Tiny SPRL http://tiny.be
  4. # Copyright 2010-2012 ChriCar Beteiligungs- und Beratungs- GmbH
  5. # http://www.camptocamp.at
  6. # Copyright 2015 Antiun Ingenieria, SL (Madrid, Spain)
  7. # http://www.antiun.com
  8. # Antonio Espinosa <antonioea@antiun.com>
  9. # Copyright 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': '11.0.1.0.0',
  15. 'license': 'AGPL-3',
  16. 'depends': [
  17. 'contacts',
  18. ],
  19. 'data': [
  20. 'views/res_partner_id_category_view.xml',
  21. 'views/res_partner_id_number_view.xml',
  22. 'views/res_partner_view.xml',
  23. 'security/ir.model.access.csv',
  24. ],
  25. 'author': 'ChriCar Beteiligungs- und Beratungs- GmbH, '
  26. 'Tecnativa,'
  27. 'Camptocamp,'
  28. 'ACSONE SA/NV,'
  29. 'LasLabs,'
  30. 'Odoo Community Association (OCA)',
  31. 'website': 'https://odoo-community.org/',
  32. }