[Module] -autoinstall
[burette/bikecoop.git] / __openerp__.py
1 # -*- coding: utf-8 -*-
2 ##############################################################################
3 #
4 #
5 ##############################################################################
6
7
8 {
9 'name': 'Bike Co-ops Management',
10 'version': '0.1',
11 'category': 'Association',
12 'complexity': "normal",
13 'description': """
14 This module is to configure modules related to a bike Co-op.
15 ==============================================================
16
17 It installs the profile for bike co-ops to manage memberships, membership products (schemes), stock, accounting, etc.
18 """,
19 'author': 'L\'Heureux Cyclage',
20 'website': 'http://www.heureux-cyclage.org',
21 'depends': [],
22 'update_xml': [
23 'demo/res_partner.xml',
24 'data/base.xml',
25 ],
26 'installable': True,
27 'auto_install': False,
28 'certificate': '',
29 'images': [],
30 }