Odoo18-Base/addons/l10n_kw/__manifest__.py
2025-01-06 10:57:38 +07:00

21 lines
533 B
Python

{
'name': 'Kuwait - Accounting',
'countries': ['kw'],
'description': """
This is the base module to manage the accounting chart for Kuwait in Odoo.
==============================================================================
Kuwait accounting basic charts and localization.
Activates:
- Chart of accounts
""",
'category': 'Accounting/Localizations/Account Charts',
'version': '1.0',
'depends': [
'account',
],
'demo': [
'demo/demo_company.xml',
],
'license': 'LGPL-3',
}