Initial commit
[burette/bikecoop_l10n_fr_demo.git] / __openerp__.py
1 # -*- coding: utf-8 -*-
2 ##############################################################################
3 #
4 #
5 ##############################################################################
6
7
8 {
9 'name': 'Bike Co-ops Management demo for french specificities',
10 'version': '0.1',
11 'category': 'Association',
12 'complexity': "normal",
13 'description': """
14 This module is to having demo datas for french bike Co-op module demonstration.
15 ==============================================================================
16 """,
17 'author': 'L\'Heureux Cyclage',
18 'website': 'http://www.heureux-cyclage.org',
19 'depends': ['bikecoop_demo'],
20 'update_xml': [
21 'demo/res_users.xml',
22 'demo/membership.xml',
23 'demo/point_of_sale.xml',
24 ],
25 'installable': True,
26 'auto_install': False,
27 'images': [],
28 }