Odoo18-Base/addons/l10n_jp_ubl_pint/__manifest__.py
2025-01-06 10:57:38 +07:00

13 lines
361 B
Python

{
'name': 'Japan - UBL PINT',
'countries': ['jp'],
'version': '1.0',
'category': 'Accounting/Localizations/EDI',
'description': """
The UBL PINT e-invoicing format for Japan is based on the Peppol International (PINT) model for Billing.
""",
'depends': ['account_edi_ubl_cii'],
'installable': True,
'license': 'LGPL-3'
}