[Partner] ~year of birth constraints. Must be greater than current year.
[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 'event',
28 'purchase',
29 ],
30 'update_xml': [
31 'security/ir.model.access.csv',
32 'data/base.xml',
33 'data/res_partner.xml',
34 'data/bikecoop.xml',
35 'view/bikecoop.xml',
36 ],
37 'installable': True,
38 'auto_install': False,
39 'images': [],
40 }