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

23 lines
585 B
Python

# 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': [
'demo/demo_company.xml',
],
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}