From 53bae6caff38886e75958218726b975175dbe349 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Fri, 10 Aug 2012 16:08:09 +0200 Subject: [PATCH] [Product] +donnees de demo --- __openerp__.py | 6 +- demo/product.xml | 155 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 159 insertions(+), 2 deletions(-) create mode 100644 demo/product.xml diff --git a/__openerp__.py b/__openerp__.py index 47bc4a2..d98fb3e 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -18,10 +18,12 @@ It installs the profile for bike co-ops to manage memberships, membership produc """, 'author': 'L\'Heureux Cyclage', 'website': 'http://www.heureux-cyclage.org', - 'depends': [], + 'depends': ['point_of_sale'], 'update_xml': [ - 'demo/res_partner.xml', 'data/base.xml', + 'demo/res_partner.xml', + 'demo/product.xml', + 'demo/point_of_sale.xml', ], 'installable': True, 'auto_install': False, diff --git a/demo/product.xml b/demo/product.xml new file mode 100644 index 0000000..c651feb --- /dev/null +++ b/demo/product.xml @@ -0,0 +1,155 @@ + + + + + Half day + + + + + + + + Material + + + First hand material + + + + Second hand material + + + + Animation + + + Bike school animation + + + + Strange bike animation + + + + Training + + + Internals trainings + + + + Externals trainings + + + + Others + + + + + + Cadre adult + 10.00 + 0.00 + + + product + + + + Cadre child + 0.00 + 0.00 + + + product + + + + New wheel + 20.00 + 0.00 + + + product + + + + Second hand wheel + 5.00 + 0.00 + + + product + + + + Bike school for one hour + 60.00 + 0.00 + + + service + + + + Bike school for an half day + 250.00 + 0.00 + + + service + + + + Bike school for one day + 400.00 + 0.00 + + + service + + + + Rent strange bikes for an half day + 100.00 + 0.00 + + + service + + + + Rent strange bikes for one day + 200.00 + 0.00 + + + service + + + + Internal mecanical training for one hour + 25.00 + 0.00 + + + service + + + + External mecanical training for one hour + 250.00 + 0.00 + + + service + + + + -- 2.20.1