mirror of
https://github.com/bringout/oca-ocb-l10n_europe.git
synced 2026-04-26 16:02:05 +02:00
23 lines
585 B
Python
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',
|
|
}
|