aziz58
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
stock_intercompany_transfer/models/stock_picking.py
|
@ -135,6 +135,7 @@ class StockPickingInherit(models.Model): |
|
|
'location_id': location_id, |
|
|
'location_id': location_id, |
|
|
'location_dest_id': location_dest_id, |
|
|
'location_dest_id': location_dest_id, |
|
|
'company_id': company_id.id, |
|
|
'company_id': company_id.id, |
|
|
|
|
|
'price_unit': move.product_id.standard_price |
|
|
} |
|
|
} |
|
|
self.env['stock.move'].sudo().create(move_vals) |
|
|
self.env['stock.move'].sudo().create(move_vals) |
|
|
if picking_id: |
|
|
if picking_id: |
|
|