Odoo18-Base/addons/l10n_dk_oioubl/__manifest__.py

21 lines
502 B
Python
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
{
'author': 'Odoo',
'name': 'Denmark - E-invoicing',
'version': '0.1',
'category': 'Accounting/Localizations/EDI',
'description': """
E-invoice implementation for the Denmark
""",
'summary': "E-Invoicing, Offentlig Information Online Universal Business Language",
'depends': [
'account_edi_ubl_cii',
'l10n_dk',
],
'data': [
'data/oioubl_templates.xml',
],
'installable': True,
'auto_install': True,
'license': 'LGPL-3',
}