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

19 lines
415 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Denmark - Intrastat',
'countries': ['dk'],
'version': '1.0',
'category': 'Accounting/Localizations/Reporting',
'description': """
Intrastat for Denmark
=====================
""",
'depends': [
'l10n_dk',
'account_intrastat',
],
'auto_install': True,
'license': 'OEEL-1',
}