[module] - demo datas
[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','l10n_fr','remembership'],
20 'update_xml': [
21 'data/bikecoop_l10n_fr.xml',
22 'data/plan_comptable_general.xml',
23 'view/bikecoop.xml',
24 ],
25 'installable': True,
26 'auto_install': False,
27 'images': [],
28 }