# 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', }