Odoo18-Base/addons/l10n_fr/__manifest__.py

23 lines
558 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': 'France - Localizations',
'icon': '/account/static/description/l10n.png',
'countries': ['fr'],
'version': '2.1',
'category': 'Accounting/Localizations/Account Charts',
'description': """
""",
'depends': [
'base',
],
'data': [
'data/res_country_data.xml',
'views/res_company_views.xml',
'views/res_partner_views.xml',
],
'demo': [
'data/l10n_fr_demo.xml',
],
'license': 'LGPL-3',
}