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

25 lines
646 B
Python

{
"name": "Lebanon - Accounting",
"countries": ["lb"],
"version": "1.0",
"description": """
This is the base module to manage the accounting chart for Lebanon in Odoo.
==============================================================================
Lebanon accounting basic charts,taxes and localization.
Activates:
* Chart of Accounts
* Taxes
* Fiscal Positions
""",
"category": "Accounting/Localizations/Account Charts",
"depends": ["account"],
'auto_install': ['account'],
"data": [
"data/res.country.state.csv",
],
"demo": [
"demo/demo_company.xml",
],
"license": "LGPL-3",
}