From 79b0e7b1866abf89e3d66f1eb0b7987fe8415bce Mon Sep 17 00:00:00 2001 From: Miku Laitinen Date: Sat, 25 Apr 2015 22:40:24 +0300 Subject: [PATCH] Multiple reservations can now be released at once. This fixes issue #50. --- stock_reserve_sale/test/sale_reserve.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stock_reserve_sale/test/sale_reserve.yml b/stock_reserve_sale/test/sale_reserve.yml index 9afc4dff9c68..1cff2dc05469 100644 --- a/stock_reserve_sale/test/sale_reserve.yml +++ b/stock_reserve_sale/test/sale_reserve.yml @@ -33,6 +33,8 @@ order_line: - product_id: product_gelato product_uom_qty: 4 + - product_id: product_gelato + product_uom_qty: 1 - I call the wizard to reserve the products of the sales order -