From 79099cfd58ce579a6d25d535e6a9af35712e1dd7 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Thu, 21 May 2015 16:06:48 +0200 Subject: [PATCH] [DATA] +products and products categories --- __openerp__.py | 3 + data/products_categories.xml | 49 +++++ data/products_products.xml | 407 +++++++++++++++++++++++++++++++++++ 3 files changed, 459 insertions(+) create mode 100644 data/products_categories.xml create mode 100644 data/products_products.xml diff --git a/__openerp__.py b/__openerp__.py index 620a4a7..3e5914a 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -43,10 +43,13 @@ It installs the profile for bike co-ops to manage some features like: ], 'update_xml': [ 'data/base.xml', + 'data/plan_comptable_general.xml', 'data/account.xml', 'data/point_of_sale.xml', 'data/sale.xml', 'data/stock.xml', + 'data/products_categories.xml', + 'data/products_products.xml', ], 'installable': True, 'auto_install': False, diff --git a/data/products_categories.xml b/data/products_categories.xml new file mode 100644 index 0000000..e0647d1 --- /dev/null +++ b/data/products_categories.xml @@ -0,0 +1,49 @@ + + + + + + Vente + + + + + Adhésions + + + + + Matériel + + + + + Prestation + + + + Achat + + + + + Adhésions + + + + + Matériel + + + + + Services + + + + + Bénévoles + + + + diff --git a/data/products_products.xml b/data/products_products.xml new file mode 100644 index 0000000..ab4705c --- /dev/null +++ b/data/products_products.xml @@ -0,0 +1,407 @@ + + + + + 7.0 + Adh petit budget + + 0.0 + 2015-12-31 + True + V110 + 2015-01-01 + False + service + True + + + 10.0 + Adh normal + + 0.0 + 2015-12-31 + True + V120 + 2015-01-01 + False + service + True + + + 45.0 + Adh de soutien + + 0.0 + 2015-12-31 + True + V130 + 2015-01-01 + False + service + True + + + produce + 0.0 + Matériau + product + V210 + False + + + True + + + produce + 0.0 + Pièces + False + V220 + + + True + + + produce + 0.0 + Vélos recyclés + product + V230 + False + + + True + + + buy + 0.0 + Vélos bourse aux vélos + product + V240 + False + + + True + + + produce + 0.0 + Créations + product + V250 + False + + + True + + + buy + 0.0 + Goodies + product + V260 + False + + + True + + + buy + 0.0 + Documentation + product + V270 + False + + + True + + + produce + 0.0 + Sensibilisation + service + V310 + False + + + True + + + produce + 0.0 + Animation + service + V320 + False + + + True + + + produce + 0.0 + Organisation + service + V330 + False + + + True + + + produce + 0.0 + Formation + service + V340 + False + + + True + + + produce + 0.0 + Ingénierie + service + V350 + False + + + True + + + produce + 0.0 + Location + service + V360 + False + + + True + + + 0.0 + Adh asso/fédé + service + + A110 + True + + False + + + 0.0 + Abonnements + service + + A120 + True + + False + + + 0.0 + Dons + service + + A130 + True + + False + + + 0.0 + Outillage + product + + A210 + True + + False + + + 0.0 + Consommable atelier + consu + + A220 + True + + False + + + 0.0 + Consommable local + consu + + A230 + True + + False + + + 0.0 + Pièces + product + + A240 + True + + False + + + 0.0 + Vélos + product + + A250 + True + + False + + + 0.0 + Bureautique + product + + A260 + True + + False + + + 0.0 + Mobilier + product + + A270 + True + + False + + + 0.0 + Papeterie + consu + + A280 + True + + False + + + 0.0 + Documentation + product + + A290 + True + + False + + + 0.0 + Intervenants + service + + A310 + True + + False + + + 0.0 + Location local + service + + A320 + True + + False + + + 0.0 + Location autre + service + + A330 + True + + False + + + 0.0 + Pttel + service + + A340 + True + + False + + + 0.0 + Fluides + service + + A350 + True + + False + + + 0.0 + Assurances + service + + A360 + True + + False + + + 0.0 + Frais bancaires + service + + A370 + True + + False + + + 0.0 + Alimentation + consu + + A410 + True + + False + + + 0.0 + Déplacement + service + + A420 + True + + False + + + 0.0 + Formation + service + + A430 + True + + False + + + + -- 2.20.1