From ee89f0b8738c5e864cdcaf7922e7de7299d8f969 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Mon, 4 Jan 2016 13:47:05 +0100 Subject: [PATCH] [DATA] ~maj bikecoop partner themes --- __openerp__.py | 2 +- data/bikecoop.xml | 83 ----------- data/bikecoop_partner_themes.xml | 242 +++++++++++++++++++++++++++++++ 3 files changed, 243 insertions(+), 84 deletions(-) delete mode 100644 data/bikecoop.xml create mode 100644 data/bikecoop_partner_themes.xml diff --git a/__openerp__.py b/__openerp__.py index f97c140..34c7ef8 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -39,7 +39,7 @@ It installs the profile for bike co-ops to manage some features like: 'depends': ['bikecoop', 'bikecoop_l10n_fr'], 'update_xml': [ 'data/base.xml', - 'data/bikecoop.xml', + 'data/bikecoop_partner_themes.xml', 'data/product.xml', 'view/bikecoop.xml', 'view/point_of_sale.xml', diff --git a/data/bikecoop.xml b/data/bikecoop.xml deleted file mode 100644 index 20476ba..0000000 --- a/data/bikecoop.xml +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - ADMIN_COM - Administration committee - volunteer - - - COM_COM - Communication committee - volunteer - - - WKS_COM - Worshop committee - volunteer - - - BWAY_COM - Bikeway committee - volunteer - - - RIDE_COM - Ride committee - volunteer - - - ECOM_COM - Ecomobility committee - volunteer - - - EVENTS_COM - Events committee - volunteer - - - BSCHOOL_COM - Bike school committee - volunteer - - - - - ETU - Étudiant - occupation - - - SANS - Sans emploi - occupation - - - OUV - Ouvrier - occupation - - - CADRE - Cadre ou profession intellectuelle supérieure - occupation - - - INTER - Profession intermédiaire - occupation - - - EMP - Employé - occupation - - - ART - Artisan, commerçant, chef d'entreprise - occupation - - - diff --git a/data/bikecoop_partner_themes.xml b/data/bikecoop_partner_themes.xml new file mode 100644 index 0000000..c4b1e4c --- /dev/null +++ b/data/bikecoop_partner_themes.xml @@ -0,0 +1,242 @@ + + + + + + occupation + 1 + Agriculteurs exploitants + 1 + + + + occupation + 2 + Artisans et commerçants + 2 + + + + occupation + 23 + Chefs d'entreprise de 10 salariés ou plus + 23 + + + + occupation + 3 + Cadre ou profession intellectuelle supérieure + 3 + + + + occupation + 312C + Expert-comptables, comptables agréés, libéraux + 312C + + + + occupation + 341A + Professeurs agrégés et certifiés de l'enseignement secondaire + 341A + + + + occupation + 342A + Enseignants de l'enseignement supérieur (maître de conférence) + 342A + + + + occupation + 35 + Professions de l'information, des arts et du spectacle + 35 + + + + occupation + 352A + Journalistes (y. c. rédacteurs en chef) + 352A + + + + occupation + 4 + Professions intermédiaires + 4 + + + + occupation + 421A + Instituteurs + 421A + + + + occupation + 421B + Professeurs des écoles + 421B + + + + occupation + 422A + Professeurs d'enseignement général des collèges + 422A + + + + occupation + 431 + Infirmiers, sage-femme et professions assimilées + 431 + + + + occupation + 432 + Masseur Kinésithérapeute et spécialistes de la rééducation + 432 + + + + occupation + 434-5 + Éducateurs, Moniteurs, animateurs socioculturelle ou socio-éducative + 434-5 + + + + occupation + 465A + Concepteurs et assistants techniques des arts graphiques, de la mode et de la décoration (indépendants et salariés) + 465A + + + + occupation + 465C + Photographes (indépendants et salariés) + 465C + + + + occupation + 478A + Techniciens d'étude et de développement en informatique + 478A + + + + occupation + 5 + Employés + 5 + + + + occupation + 6 + Ouvriers + 6 + + + + occupation + 7 + Retraités + 7 + + + + occupation + 81 + Élèves + 81 + + + + occupation + 82 + Collégiens + 82 + + + + occupation + 83 + Étudiants + 83 + + + + occupation + 84 + Autres personnes sans activité professionnelle + 84 + + + + volunteer + CON + À contacter + + + + volunteer + ADMIN_CO + Administration + + + + volunteer + BSCHOOL_ + Vélo-École + + + + volunteer + BWAY_COM + Aménagements cyclables + + + + volunteer + COM_COM + Communication + + + + volunteer + ECOM_COM + Éco-mobilité + + + + volunteer + EVENTS_C + Événements + + + + volunteer + RIDE_COM + Balades à vélo + + + + volunteer + WKS_COM + Atelier + + + + -- 2.20.1