Skip to content

Commit

Permalink
[17.0][UPD] osi_fifo_serialized_fix: remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeddies committed Jun 10, 2024
1 parent 3aaafa9 commit b74c93c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions osi_fifo_serialized_fix/models/stock_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,3 @@ def _create_out_svl(self, forced_quantity=None):
)._create_out_svl(forced_quantity)
res += result
return res

class StockMoveLine(models.Model):
_inherit = "stock.move.line"

unit_cost = fields.Float()

0 comments on commit b74c93c

Please sign in to comment.