Odoo18-Base/addons/l10n_mc/__manifest__.py

19 lines
499 B
Python
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Monaco - Accounting',
'icon': '/account/static/description/l10n.png',
'countries': ['mc'],
'author': 'Odoo SA',
'category': 'Accounting/Localizations/Account Charts',
'description': """
This is the base module to manage the accounting chart for Monaco.
""",
'depends': [
'l10n_fr_account',
'account',
],
'auto_install': ['account'],
'license': 'LGPL-3',
}