From 38124e7e3186d601a27e3d0288700a6c1664c202 Mon Sep 17 00:00:00 2001 From: Denis Ledoux Date: Fri, 5 Dec 2014 13:48:35 +0100 Subject: [PATCH] [FIX] sale_stock: product_id_change_with_wh on sale order popup too product_id_change_with_wh onchange was not anymore called when using the popup form in sale order line. The behavior was different concerning the product onchange when being in the editable list or in the popup form For instance, for make to stock products not having enough stock, the warning was displayed when being in editable list, but not in the popup form This is a regression of rev. 86f785ae1b2741ab67384f3022b971ab638daeb8 opw-619624 --- addons/sale_stock/sale_stock_view.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/sale_stock/sale_stock_view.xml b/addons/sale_stock/sale_stock_view.xml index 404316324f5..802d3a090a5 100644 --- a/addons/sale_stock/sale_stock_view.xml +++ b/addons/sale_stock/sale_stock_view.xml @@ -29,6 +29,12 @@ + + +