From 3d98e0eb417f4ad06e877ddb2cc59415c87b75cb Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Thu, 13 Dec 2018 15:01:23 +0100 Subject: [PATCH] [DATA] ~fix some datas before official launch --- __openerp__.py | 6 +- data/base.xml | 2 +- data/plan_comptable_general.xml | 50 +++++++++- data/product_product.xml | 163 ++++++++++++++------------------ data/remembership.xml | 8 ++ 5 files changed, 134 insertions(+), 95 deletions(-) create mode 100644 data/remembership.xml diff --git a/__openerp__.py b/__openerp__.py index 0e94237..fcb0a2b 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -23,7 +23,11 @@ It installs the profile for bike co-ops to manage some features like: ], 'update_xml': [ 'data/base.xml', - 'data/product_product.xml', + 'data/plan_comptable_general.xml', + 'data/account.xml', + 'data/point_of_sale.xml', + 'data/sale.xml', + 'data/stock.xml', ], 'installable': True, 'auto_install': False, diff --git a/data/base.xml b/data/base.xml index 137c843..cd3b625 100644 --- a/data/base.xml +++ b/data/base.xml @@ -1,6 +1,6 @@ - + La Casa Bicicleta casabicicleta.org diff --git a/data/plan_comptable_general.xml b/data/plan_comptable_general.xml index c91c503..70287f9 100644 --- a/data/plan_comptable_general.xml +++ b/data/plan_comptable_general.xml @@ -25,6 +25,39 @@ + + 6071 + view + + + + Pièces détachées neuves + 607101 + other + + + + + Pièces détachées vélo pour vélo revendu + 607102 + other + + + + + Pièces détachées vélo atelier jeunes + 607103 + other + + + + + Objets promotionnels + 607104 + other + + + other @@ -130,19 +163,30 @@ + + Adhésions + 756 + view + + + + + Adhésion individuelle + + Adhésion famille 756001 other - + Adhésion personne morale - 756001 + 756002 other - + view diff --git a/data/product_product.xml b/data/product_product.xml index 56492d9..95869f9 100644 --- a/data/product_product.xml +++ b/data/product_product.xml @@ -14,10 +14,11 @@ 10.0 Adhésion individuelle - + 0.0 ADHI + service @@ -26,10 +27,12 @@ 20.0 Adhésion famille - + 0.0 + ADHF + service @@ -38,11 +41,11 @@ 50.0 Adhésion personne morale - + 0.0 - ADHPM + service @@ -50,49 +53,45 @@ buy - - + PN + product - Fourniture neuve + Pièces détachées neuves buy - - - + VEL + product Vente de vélo buy - - - + PO + consu Pièces détachées occasion produce - - - + VE + service Velo ecole buy - - - + BIC + product Bicycode @@ -100,238 +99,222 @@ buy - - + PROM + product Objets promotionnels produce - - - + LOC + service Location-materielotheque produce - - - + ANIM + service Animation entreprises assos produce - - - + DON + consu Dons produce - - - + REV + consu Reventes de dons en nature buy - + - - + OUT consu Outillage pour l'atelier buy - + - - + EQU consu Equipement local (autres que outillage) buy - + - - + CON-AT consu Consommables atelier buy - + - - + PREST service Achat d'etudes et prestation de services buy - + - - + ELEC consu Eau, électricité et autres fournitures non stockable buy - + - - + PR-EQU consu Produits d'équipement et d'entretien + + + + + FOUR + Fournitures administratives + buy - + - - + ALI consu Alimentaire buy - + - - + LOCAL service Loyer et charges locatives buy - + - - + ASSU service Primes d'assurances buy - + - - + VELOTEK consu Ouvrage vélothèque buy - + - - + DEP service Voyages et déplacements buy - + - - + REC consu Receptions : alimentaire et frais divers buy - + - - + TELECOM service Frais postaux et de télécommunication buy - + - - + BANC service Services bancaires buy - + - - + FORM-COT service Participation à la formation pro continue buy - + - - + SC service Frais service civique buy - + - - + ASSO service Frais gestion assosphere buy - + - - + FORM service Frais formation salariés et bénévoles buy - + - - + COT service Cotisations auprès de fédérations et associations diff --git a/data/remembership.xml b/data/remembership.xml new file mode 100644 index 0000000..862f6d7 --- /dev/null +++ b/data/remembership.xml @@ -0,0 +1,8 @@ + + + + + 6 + + + -- 2.20.1