partner-contact/partner_identification_gln/__manifest__.py

17 lines
620 B
Python
Raw Normal View History

2021-11-28 03:13:07 +00:00
# Copyright 2016-2017 ACSONE SA/NV (<http://acsone.eu>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Partner Identification GLN",
"summary": """
This addon extends "Partner Identification Numbers"
to provide a number category for GLN registration""",
2022-06-29 18:38:32 +00:00
"version": "2.0.1.0.1",
2021-11-28 03:13:07 +00:00
"license": "AGPL-3",
"author": "Acsone S.A.,Odoo Community Association (OCA)",
"website": "https://gitlab.com/flectra-community/partner-contact",
"depends": ["partner_identification"],
"data": ["data/partner_identification_gln.xml"],
"installable": True,
}