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