From: Ludovic CHEVALIER Date: Fri, 7 Dec 2012 11:37:32 +0000 (+0100) Subject: Initial commit X-Git-Url: https://git.cyclocoop.org/?p=burette%2Fvelosenville.git;a=commitdiff_plain;h=77fbd481af51993981411c15b8e0c95cad4bb469 Initial commit --- 77fbd481af51993981411c15b8e0c95cad4bb469 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.pyc diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..18134c8 --- /dev/null +++ b/__init__.py @@ -0,0 +1,24 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# ptitvelo module for OpenERP, uN p'Tit véLo dAnS La Tête specificities +# Copyright (C) 2012 uN p'Tit véLo dAnS La Tête () +# +# This file is a part of ptitvelo +# +# ptitvelo is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# ptitvelo is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +############################################################################## + +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/__openerp__.py b/__openerp__.py new file mode 100644 index 0000000..d4fc65d --- /dev/null +++ b/__openerp__.py @@ -0,0 +1,47 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# velosenville module for OpenERP, Vélos en Ville specificities +# Copyright (C) 2012 Vélos en Ville () +# +# This file is a part of velosenville +# +# velosenville is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# velosenville is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +############################################################################## + +{ + 'name': 'Custom Vélos en Ville', + 'version': '0.1', + 'category': 'Association', + 'complexity': "normal", + 'description': """ +This module is a profile module for Vélos en Ville +============================================================== + +It installs the profile for bike co-ops to manage some features like: + * ... + """, + 'author': 'Vélos en Ville', + 'website': 'http://www.velosenville.net', + 'depends': ['bikecoop','bikecoop_l10n_fr'], + 'update_xml': [ + 'data/base.xml', + ], + 'installable': True, + 'auto_install': False, + 'images': [], +} + +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/data/base.xml b/data/base.xml new file mode 100644 index 0000000..00e3e07 --- /dev/null +++ b/data/base.xml @@ -0,0 +1,7 @@ + + + + pastIs_addIct + + +