forked from Mapan/odoo17e
19 lines
415 B
Python
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',
|
|
}
|