Odoo18-Base/addons/l10n_kz/__manifest__.py

24 lines
712 B
Python
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Kazakhstan - Accounting',
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations.html',
'icon': '/account/static/description/l10n.png',
'countries': ['kz'],
'version': '1.0',
'category': 'Accounting/Localizations/Account Charts',
'description': """
This provides a base chart of accounts and taxes template for use in Odoo for Kazakhstan.
""",
'depends': [
'account',
],
'auto_install': ['account'],
'data': [
'data/tax_report.xml',
],
'demo': [
'demo/demo_company.xml',
],
'license': 'LGPL-3',
}