Odoo18-Base/addons/l10n_mz/__manifest__.py
2025-03-10 10:52:11 +07:00

24 lines
638 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Mozambique - Accounting',
'website': 'https://www.odoo.com/documentation/17.0/applications/finance/fiscal_localizations.html',
'description': """
Mozambican Accounting localization
""",
'version': '1.0',
'icon': '/account/static/description/l10n.png',
'countries': ['mz'],
'category': 'Accounting/Localizations/Account Charts',
'depends': [
'base',
'account',
],
'data': [
'data/tax_report.xml',
],
'demo': [
'demo/demo_company.xml',
],
'license': 'LGPL-3',
}