From a53b80e47c8a021903527b7abfc750d98dcb07fb Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Sat, 15 Dec 2012 08:22:40 +0100 Subject: [PATCH] [stock] +quantity and first inventory done --- __openerp__.py | 1 + demo/stock.xml | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 demo/stock.xml diff --git a/__openerp__.py b/__openerp__.py index 9a77690..6056fff 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -25,6 +25,7 @@ This module supplies demonstration data for the bikecoop module 'demo/account.xml', 'demo/point_of_sale.xml', 'demo/event.xml', + 'demo/stock.xml', ], 'installable': True, 'auto_install': False, diff --git a/demo/stock.xml b/demo/stock.xml new file mode 100644 index 0000000..ab6da57 --- /dev/null +++ b/demo/stock.xml @@ -0,0 +1,66 @@ + + + + + Starting inventory + + + + + + + 36 + + + + + + 15 + + + + + + 27 + + + + + + 6 + + + + + + 20 + + + + + + 48 + + + + + + 27 + + + + + + 4 + + + + + + + + + + + + -- 2.20.1