From e374d91b425f5640bd5693ff09440ff2018785d7 Mon Sep 17 00:00:00 2001 From: aziz58 Date: Sat, 23 Aug 2025 07:42:21 +0100 Subject: [PATCH] Update stock_picking.py add this change to update the standard_price in the destination --- stock_intercompany_transfer/models/stock_picking.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stock_intercompany_transfer/models/stock_picking.py b/stock_intercompany_transfer/models/stock_picking.py index a91899ad9..281cf969f 100644 --- a/stock_intercompany_transfer/models/stock_picking.py +++ b/stock_intercompany_transfer/models/stock_picking.py @@ -135,6 +135,7 @@ class StockPickingInherit(models.Model): 'location_id': location_id, 'location_dest_id': location_dest_id, 'company_id': company_id.id, + 'price_unit': move.product_id.standard_price } self.env['stock.move'].sudo().create(move_vals) if picking_id: