From 0e446eb5a6903756569111b8dcd994ebc505a969 Mon Sep 17 00:00:00 2001 From: Goffin Simon Date: Mon, 10 Aug 2015 11:50:21 +0200 Subject: [PATCH] [FIX] sale_stock: 'uom' in context Force the 'uom in the context to False on the field 'product_id' in the popup form view "sale.order.form.sale.stock", to force the non-propagation of the context. To avoid using the uos in function "_product_lst_price" when computing the public price of a product. opw:646880 --- addons/sale_stock/sale_stock_view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/sale_stock/sale_stock_view.xml b/addons/sale_stock/sale_stock_view.xml index 802d3a090a5..338034f3331 100644 --- a/addons/sale_stock/sale_stock_view.xml +++ b/addons/sale_stock/sale_stock_view.xml @@ -31,7 +31,7 @@