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.

23 lines
700 B

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