From 06fae2548eb2dc23378432444455927f9ddebf3e Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Fri, 3 Oct 2014 15:33:33 +0200 Subject: [PATCH] [Base] --- __init__.py | 25 ++++++++++++++++++++++++ __openerp__.py | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++ data/base.xml | 25 ++++++++++++++++++++++++ 3 files changed, 102 insertions(+) create mode 100644 __init__.py create mode 100644 __openerp__.py create mode 100644 data/base.xml diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..ba6f153 --- /dev/null +++ b/__init__.py @@ -0,0 +1,25 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# velocampus_nantes module for OpenERP, Vélocampus Nantes specifities +# Copyright (C) 2013-2014 Vélocampus Nantes () +# +# This file is a part of velocampus_nantes +# +# velocampus_nantes module 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. +# +# velocampus_nantes module 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..2579930 --- /dev/null +++ b/__openerp__.py @@ -0,0 +1,52 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# velocampus_nantes module for OpenERP, Vélocampus Nantes specifities +# Copyright (C) 2013-2014 Vélocampus Nantes () +# +# This file is a part of velocampus_nantes +# +# velocampus_nantes module 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. +# +# velocampus_nantes module 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élocampus Nantes', + 'version': '0.1', + 'category': 'Association', + 'complexity': "normal", + 'description': """ +This module is a profile module for Vélocampus Nantes +========================================== + +It installs the profile for bike co-ops to manage some features like: + * ... + """, + 'author': 'Vélocampus Nantes', + 'website': 'http://www.velocampus.net', + 'depends': [ + 'bikecoop', + 'bikecoop_l10n_fr' + ], + 'init_xml': [ + ], + '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..84ee245 --- /dev/null +++ b/data/base.xml @@ -0,0 +1,25 @@ + + + + + Vélocampus Nantes + www.velocampus.net + 3, chemin de la Censive du Tertre + + 44300 + NANTES + (+33)240162645 + contact@velocampus.net + + + + + Vélocampus Nantes + + + N° SIRET : ??? - Code NAF : ???? + + + + + -- 2.20.1