Odoo18-Base/addons/l10n_ug/__manifest__.py

29 lines
672 B
Python
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
# -*- coding: utf-8 -*-
{
"name": "Uganda - Accounting",
"countries": ["ug"],
"version": "1.0.0",
"category": "Accounting/Localizations/Account Charts",
"license": "LGPL-3",
"description": """
This is the basic Ugandian localisation necessary to run Odoo in UG:
================================================================================
- Chart of accounts
- Taxes
- Fiscal positions
- Default settings
- Tax report
""",
"depends": [
"account",
],
'auto_install': ['account'],
"data": [
"data/account_tax_report_data.xml",
],
"demo": [
"demo/demo_company.xml",
]
}