[Module] ~description
[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 some features like:
18 - a form to record contact informations for bikecoop users
19 - ...
20 """,
21 'author': 'L\'Heureux Cyclage',
22 'website': 'http://www.heureux-cyclage.org',
23 'depends': ['base','point_of_sale','account_voucher','account_accountant'],
24 'update_xml': [
25 'security/ir.model.access.csv',
26 'data/base.xml',
27 'data/res_partner.xml',
28 'data/bikecoop.xml',
29 'view/bikecoop.xml',
30 ],
31 'installable': True,
32 'auto_install': False,
33 'images': [],
34 }