Skip to content

Commit

Permalink
Merge PR #1079 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by max3903
  • Loading branch information
OCA-git-bot committed Aug 28, 2023
2 parents 02a5b19 + 618d75b commit a383f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fieldservice_equipment_stock/models/stock_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ def prepare_equipment_values(self, move_line):
"name": "%s (%s)" % (move_line.product_id.name, move_line.lot_id.name),
"product_id": move_line.product_id.id,
"lot_id": move_line.lot_id.id,
"location_id": move.stock_request_ids.fsm_order_id.location_id.id,
"current_location_id": move.stock_request_ids.fsm_order_id.location_id.id,
"location_id": move.fsm_order_id.location_id.id,
"current_location_id": move.fsm_order_id.location_id.id,
"current_stock_location_id": move_line.location_dest_id.id,
}

Expand Down

0 comments on commit a383f0f

Please sign in to comment.