22 lines
639 B
Python
22 lines
639 B
Python
# 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",
|
|
}
|