15dffcec3b53f2d12ae1ffb21abc3d5ef2ea7ea1
[burette/cyclofficine_pantin.git] / __openerp__.py
1 # -*- coding: utf-8 -*-
2 ##############################################################################
3 #
4 # cyclofficine_pantin module for OpenERP, Custom module for La Cyclofficine
5 # de Pantin
6
7 # Copyright (C) 2015 cyclofficine_pantin
8 # (<http://cyclocoop.org/index.php/les-ateliers/pantin/>)
9 #
10 # This file is a part of cyclofficine_pantin
11 #
12 # cyclofficine_pantin is free software: you can redistribute it and/or
13 # modify it under the terms of the GNU General Public License as published
14 # by the Free Software Foundation, either version 3 of the License, or (at
15 # your option) any later version.
16 #
17 # cyclofficine_pantin is distributed in the hope that it will be useful,
18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 # GNU General Public License for more details.
21 #
22 # You should have received a copy of the GNU General Public License
23 # along with this program. If not, see <http://www.gnu.org/licenses/>.
24 #
25 ##############################################################################
26
27 {
28 'name': 'Custom Cyclofficine de Pantin',
29 'version': '0.1',
30 'category': 'Association',
31 'complexity': "normal",
32 'description': """
33 This module is a profile module for Cyclofficine de Pantin
34 ==========================================================
35
36 It installs the profile for bike co-ops to manage some features like:
37 * ...
38 """,
39 'author': 'La Cyclofficine de Pantin',
40 'website': 'http://cyclocoop.org/index.php/les-ateliers/pantin',
41 'depends': [
42 'bikecoop',
43 'bikecoop_l10n_fr'
44 ],
45 'init_xml': [
46 ],
47 'update_xml': [
48 'data/plan_comptable_general.xml',
49 'data/products_categories.xml',
50 'data/products_products.xml',
51 ],
52 'installable': True,
53 'auto_install': False,
54 'images': [],
55 }
56
57 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: