Odoo18-Base/addons/l10n_my_ubl_pint/__manifest__.py

20 lines
627 B
Python
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Malaysia - UBL PINT',
'countries': ['my'],
'version': '1.0',
'category': 'Accounting/Localizations/EDI',
'icon': '/account/static/description/l10n.png',
'description': """
The UBL PINT e-invoicing format for Malaysia is based on the Peppol International (PINT) model for Billing.
""",
'depends': ['account_edi_ubl_cii'],
'data': [
'views/report_invoice.xml',
'views/res_company_view.xml',
'views/res_partner_view.xml',
],
'installable': True,
'license': 'LGPL-3'
}