Browse Source

Merge e374d91b42 into 94481c1662

pull/397/merge
aziz58 2 weeks ago
committed by GitHub
parent
commit
02ea025f2f
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