oca-ocb-l10n_europe/odoo-bringout-oca-ocb-l10n_mz/l10n_mz/__manifest__.py
Ernad Husremovic 7721452493 19.0 vanilla
2026-03-09 09:31:28 +01:00

25 lines
700 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Mozambique - Accounting',
'website': 'https://www.odoo.com/documentation/latest/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',
],
'auto_install': ['account'],
'data': [
'data/tax_report.xml',
],
'demo': [
'demo/demo_company.xml',
],
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}