From 141f149284647912a31c773867bc54ed4e7f6f35 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Thu, 29 Dec 2016 16:25:59 +0100 Subject: [PATCH 1/1] [MODULE] +base --- __openerp__.py | 1 + data/base.xml | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 data/base.xml diff --git a/__openerp__.py b/__openerp__.py index 0d17d24..ab36410 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -40,6 +40,7 @@ It installs the profile for bike co-ops to manage some features like: 'bikecoop_l10n_fr', ], 'init_xml': [ + 'data/base.xml', 'data/products_categories.xml', 'data/products_products.xml', ], diff --git a/data/base.xml b/data/base.xml new file mode 100644 index 0000000..138dcc4 --- /dev/null +++ b/data/base.xml @@ -0,0 +1,61 @@ + + + + + Les Jantes du Nord + www.lesjantesdunord.org + MRES + 23 rue Grosselet + 59000 + LILLE + /// + + + contact@lesjantesdunord.org + + + + + Les Jantes du Nord + + + 818 498 628 00010 + 9499Z + N° SIRET : 818 498 628 00010 - Code NAF : 9499Z + + + + + Crédit Coopératif Lille Centre + 42559 + CCOPFRPPXXX + 16 rue Tenremonde + 59000 + LILLE + + + + + iban + 42559 + 00061 + 41020040387 + FR76 4255 9000 6141 0200 4038 767 + 67 + + Les Jantes du Nord + MRES - 23 rue Gosselet + 59000 + LILLE + + Crédit Coopératif Lille Centre + CCOPFRPPXXX + + + + + + + + + -- 2.20.1