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.0 KiB

  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': '10.0.1.0.0',
  15. 'depends': [
  16. 'sales_team',
  17. ],
  18. 'data': [
  19. 'views/res_partner_id_category_view.xml',
  20. 'views/res_partner_id_number_view.xml',
  21. 'views/res_partner_view.xml',
  22. 'security/ir.model.access.csv',
  23. ],
  24. 'author': 'ChriCar Beteiligungs- und Beratungs- GmbH, '
  25. 'Tecnativa,'
  26. 'Camptocamp,'
  27. 'ACSONE SA/NV,'
  28. 'Odoo Community Association (OCA)',
  29. 'website': 'https://odoo-community.org/',
  30. 'license': 'AGPL-3',
  31. 'installable': True,
  32. }