Skip to content

Commit

Permalink
[UPD] ssi_stock
Browse files Browse the repository at this point in the history
* Koreksi algo acquisition value pd production lot
  • Loading branch information
andhit-r committed Aug 31, 2024
1 parent 17597b7 commit 494e89d
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 494e89d

Please sign in to comment.