Skip to content

Commit

Permalink
Merge PR #75 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by andhit-r
  • Loading branch information
ssi-bot committed Aug 31, 2024
2 parents 17597b7 + 494e89d commit 385cb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssi_stock/models/stock_production_lot.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ def _compute_stock_move_line(self):
)
serial_number_acquisition_value = fields.Float(
string="Acquisition Value",
related="last_stock_move_line_id.move_id.price_unit",
related="first_stock_move_line_id.move_id.price_unit",
store=True,
)

0 comments on commit 385cb5c

Please sign in to comment.