[users] +langue fr_FR par defaut
[burette/bikecoop_l10n_fr.git] / __openerp__.py
1 # -*- coding: utf-8 -*-
2 ##############################################################################
3 #
4 #
5 ##############################################################################
6
7
8 {
9 'name': 'Bike Co-ops Management french specificities',
10 'version': '0.1',
11 'category': 'Association',
12 'complexity': "normal",
13 'description': """
14 This module is to configure add french spepcifitities to modules related to a bike Co-op.
15 =========================================================================================
16 """,
17 'author': 'L\'Heureux Cyclage',
18 'website': 'http://www.heureux-cyclage.org',
19 'depends': ['bikecoop'],
20 'update_xml': [
21 'demo/res_users.xml',
22 ],
23 'installable': True,
24 'auto_install': False,
25 'certificate': '',
26 'images': [],
27 }