Browse Source

Update stock_picking.py

add this change to update the standard_price in the destination
pull/397/head
aziz58 1 month ago
committed by GitHub
parent
commit
e374d91b42
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      stock_intercompany_transfer/models/stock_picking.py

1
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:

Loading…
Cancel
Save