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

22 lines
507 B
Python

{
'name': 'Taiwan - Accounting Reports',
'version': '1.0',
'category': 'Accounting/Localizations/Reporting',
'description': """
Accounting reports for Taiwan
================================
""",
'depends': [
'l10n_tw',
'account_reports'
],
'data': [
'data/profit_and_loss.xml',
'data/balance_sheet.xml',
],
'auto_install': True,
'installable': True,
"icon": "/base/static/img/country_flags/tw.png",
'license': 'OEEL-1',
}