From 3e861f1a7aac00f03d6d518ddc6d7fface8ecaac Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Mon, 30 Dec 2013 14:30:12 +0100 Subject: [PATCH] [DATA] +bikecoop specifics datas --- __openerp__.py | 1 + data/bikecoop.xml | 51 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 data/bikecoop.xml diff --git a/__openerp__.py b/__openerp__.py index f508d7c..938c782 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -37,6 +37,7 @@ It installs the profile for bike co-ops to manage some features like: 'website': 'http://www.ptitvelo.net', 'depends': ['bikecoop_l10n_fr'], 'update_xml': [ + 'data/bikecoop.xml', 'data/product.xml', ], 'installable': True, diff --git a/data/bikecoop.xml b/data/bikecoop.xml new file mode 100644 index 0000000..4b9aeed --- /dev/null +++ b/data/bikecoop.xml @@ -0,0 +1,51 @@ + + + + + upmf + Studies: Université Pierre Mendès France + occupation + + + us + Studies: Université Stendhal + occupation + + + ujf + Studies: Université Joseph Fourrier + occupation + + + inpg + Studies: INPG + occupation + + + OTH_STUD + Studies: Other studies, university that is not mentionned + occupation + + + + COM_COM + Commission communication + volunteer + + + WKS_COM + Commission ateliers + volunteer + + + ANIM_COM + Commision 20 ans + volunteer + + + ADMIN_COM + Commision administration + volunteer + + + -- 2.20.1