From d28cab5257cf96f4b9a913f8890682d03e29f9ef Mon Sep 17 00:00:00 2001 From: Ravi Gohil Date: Thu, 9 Oct 2014 16:51:29 +0530 Subject: [PATCH] [FIX] stock: forbid adding new lines when processing picking Source and destination locations are required and not displayed in the form view. Adding new items when recieving a picking can not be easily guessed as we can put different locations for each line, using default locations may not be the expected result. Instead should modify the original picking or create new one. Fixes #2074, opw 612768 --- addons/stock/wizard/stock_partial_picking_view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/stock/wizard/stock_partial_picking_view.xml b/addons/stock/wizard/stock_partial_picking_view.xml index ef474bb9921..07c9671cdf8 100644 --- a/addons/stock/wizard/stock_partial_picking_view.xml +++ b/addons/stock/wizard/stock_partial_picking_view.xml @@ -18,7 +18,7 @@ - +