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