[modules] +dep purchase
[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': [
24 'point_of_sale',
25 'account_voucher',
26 'account_accountant',
27 'portal_event',
28 'document',
29 'purchase',
30 ],
31 'update_xml': [
32 'security/ir.model.access.csv',
33 'data/base.xml',
34 'data/res_partner.xml',
35 'data/bikecoop.xml',
36 'view/bikecoop.xml',
37 ],
38 'installable': True,
39 'auto_install': False,
40 'images': [],
41 }