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

28 lines
764 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
"name": "Mauritius - Accounting",
"version": "1.0",
'countries': ['mu'],
"category": "Accounting/Localizations/Account Charts",
"description": """
This is the base module to manage the accounting chart for the Republic of Mauritius in Odoo.
==============================================================================================
- Chart of accounts
- Taxes
- Fiscal positions
- Default settings
""",
"author": "Odoo SA",
"depends": [
"account",
],
"data": [
"data/tax_report-mu.xml",
"views/report_invoice.xml",
],
"demo": [
"demo/demo_company.xml",
],
"license": "LGPL-3",
}