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