2332135ad1293d2b4c8042dbcd5650896f0574b2
[burette/cyclofficine_ivry.git] / __openerp__.py
1 # -*- coding: utf-8 -*-
2
3 {
4 'name': 'Cyclofficine Ivry',
5 'version': '2013.10.25',
6 'category': 'Association',
7 'complexity': "normal",
8 'description': """
9 Cyclofficine Ivry
10 =================
11
12 """,
13 'author': 'Cyclofficine',
14 'website': 'http://cyclocoop.org',
15 'depends': [
16 'bikecoop',
17 'bikecoop_l10n_fr',
18 'remembership',
19 ],
20 'update_xml': [
21 'data/partner.xml',
22 'data/base.xml',
23 'data/product.xml',
24 'data/membership.xml',
25 'data/members.xml',
26 'view/members.xml',
27 ],
28 'installable': True,
29 'auto_install': False,
30 'images': [],
31 }