Odoo18-Base/addons/l10n_iq/__manifest__.py

22 lines
639 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": "Iraq - Accounting",
"countries": ["iq"],
"description": """
This is the base module to manage the accounting chart for Iraq in Odoo.
==============================================================================
Iraq accounting basic charts and localization.
Activates:
- Chart of accounts
- Taxes
""",
"category": "Accounting/Localizations/Account Charts",
"version": "1.0",
"depends": [
"account",
],
"data": ["data/res.country.state.csv"],
"demo": ["demo/demo_company.xml"],
"license": "LGPL-3",
}