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.

25 lines
728 B

  1. # Copyright 2016-2017 ACSONE SA/NV (<http://acsone.eu>)
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. 'name': 'Partner Identification Gln',
  5. 'summary': """
  6. This addon extends "Partner Identification Numbers"
  7. to provide a number category for GLN registration""",
  8. 'version': '12.0.1.0.0',
  9. 'license': 'AGPL-3',
  10. 'author': 'Acsone S.A.,Odoo Community Association (OCA)',
  11. 'website': 'https://github.com/OCA/partner-contact',
  12. 'external_dependencies': {
  13. 'python': [
  14. 'stdnum',
  15. ],
  16. },
  17. 'depends': [
  18. 'partner_identification',
  19. ],
  20. 'data': [
  21. 'data/partner_identification_gln.xml',
  22. ],
  23. 'installable': True,
  24. }