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. # Copyright 2004-2010 Tiny SPRL http://tiny.be
  2. # Copyright 2010-2012 ChriCar Beteiligungs- und Beratungs- GmbH
  3. # http://www.camptocamp.at
  4. # Copyright 2015 Antiun Ingenieria, SL (Madrid, Spain)
  5. # http://www.antiun.com
  6. # Antonio Espinosa <antonioea@antiun.com>
  7. # Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
  8. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  9. {
  10. 'name': 'Partner Identification Numbers',
  11. 'category': 'Customer Relationship Management',
  12. 'version': '12.0.1.0.0',
  13. 'license': 'AGPL-3',
  14. 'depends': [
  15. 'contacts',
  16. ],
  17. 'data': [
  18. 'security/ir.model.access.csv',
  19. 'views/res_partner_id_category_view.xml',
  20. 'views/res_partner_id_number_view.xml',
  21. 'views/res_partner_view.xml',
  22. ],
  23. 'author': 'ChriCar Beteiligungs- und Beratungs- GmbH,'
  24. 'Tecnativa,'
  25. 'Camptocamp,'
  26. 'ACSONE SA/NV,'
  27. 'LasLabs,'
  28. 'Onestein,'
  29. 'Odoo Community Association (OCA)',
  30. 'website': 'https://github.com/OCA/partner-contact',
  31. 'development_status': 'Production/Stable',
  32. }