X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fcasabicicleta.git;a=blobdiff_plain;f=__openerp__.py;fp=__openerp__.py;h=e544d712f42fa5134dfa03764e3e384b2f2d758d;hp=0000000000000000000000000000000000000000;hb=317e17d453f497279d7ebcfc062cff9370378086;hpb=41e667fa9d3111568a0075328d6d97b86d311ba4 diff --git a/__openerp__.py b/__openerp__.py new file mode 100644 index 0000000..e544d71 --- /dev/null +++ b/__openerp__.py @@ -0,0 +1,31 @@ +# -*- coding: utf-8 -*- +# Copyright 2018 Casa Bicicleta +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + 'name': 'Custom La Casa Bicicleta', + 'version': '0.1', + 'category': 'Association', + 'complexity': "normal", + 'description': """ +This module is a profile module for La Casa Bicicleta +===================================================== + +It installs the profile for bike co-ops to manage some features like: + * … + """, + 'author': 'La Casa Bicicleta', + 'depends': [ + 'bikecoop', + 'bikecoop_l10n_fr' + ], + 'init_xml': [ + ], + 'update_xml': [ + ], + 'installable': True, + 'auto_install': False, + 'images': [], +} + +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: