1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/l10n_anz_ubl_pint/__manifest__.py
2024-12-10 09:04:09 +07:00

14 lines
492 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Australia & New Zealand - UBL PINT',
'countries': ['au', 'nz'],
'version': '1.0',
'category': 'Accounting/Localizations/EDI',
'description': """
The UBL PINT e-invoicing format for Australia & New Zealand is based on the Peppol International (PINT) model for Billing.
""",
'depends': ['account_edi_ubl_cii_tax_extension'],
'installable': True,
'license': 'LGPL-3'
}