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

24 lines
706 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'EU One Stop Shop (OSS) Reports',
'category': 'Accounting/Localizations',
'description': """
EU One Stop Shop (OSS) VAT Reports
=============================================================================================
Provides Reports for OSS with export files for available EU countries.
""",
'depends': ['account_reports', 'l10n_eu_oss'],
'data': [
'views/report_export_templates.xml',
'views/res_company_views.xml',
'views/product_views.xml',
'data/account_reports.xml',
],
'license': 'OEEL-1',
'auto_install': True,
}