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

23 lines
613 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Switzerland - Accounting Reports',
'countries': ['ch'],
'version': '1.1',
'category': 'Accounting/Localizations/Reporting',
'description': """
Accounting reports for Switzerland
""",
'depends': [
'l10n_ch', 'account_reports'
],
'data': [
'data/account_financial_html_report_data.xml',
],
'installable': True,
'auto_install': ['l10n_ch', 'account_reports'],
'website': 'https://www.odoo.com/app/accounting',
'license': 'OEEL-1',
}