Odoo18-Base/addons/l10n_kr/__manifest__.py

24 lines
682 B
Python
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
{
'name': "Republic of Korea - Accounting",
'icon': '/account/static/description/l10n.png',
'countries': ['kr'],
'version': '1.0',
'category': 'Accounting/Localizations/Account Charts',
'description': """
Accounting Module for the Republic of Korea
===========================================
This provides a base chart of accounts and taxes template for use in Odoo.
""",
'depends': ['account'],
'auto_install': ['account'],
'data': [
'data/res_country_data.xml',
'data/general_tax_report.xml',
'data/simplified_tax_report.xml',
],
'demo': [
'demo/demo_company.xml',
],
'license': 'LGPL-3',
}