From 8590f0445f6f2f72a7a665db07a572694b08905d Mon Sep 17 00:00:00 2001 From: Denis Ledoux Date: Fri, 20 Nov 2015 11:24:02 +0100 Subject: [PATCH] [FIX] stock: `partner_id` field in incoming products list `partner_id` is not the `supplier` of the stock move, this is the destination address: `Optional address where goods are to be delivered, specifically used for allotment`. The supplier would be a related to the `partner_id` of the `picking_id`. Nevertheless, displaying the `supplier` in the `stock.move` list is not useful. You should use the pickign list for that matter. opw-656985 Closes #9219 --- addons/stock/stock_view.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/addons/stock/stock_view.xml b/addons/stock/stock_view.xml index 229a3dde9e7..a9de687c688 100644 --- a/addons/stock/stock_view.xml +++ b/addons/stock/stock_view.xml @@ -1192,7 +1192,6 @@ -