Skip to content

Commit

Permalink
[IMP] sale_order_lot_selection_domain: Remove onchange function. (ava…
Browse files Browse the repository at this point in the history
  • Loading branch information
Berezi authored Jul 4, 2024
1 parent bc4f646 commit 50778f7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sale_order_lot_selection_domain/models/sale_order_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,3 @@ def _compute_possible_lot_ids(self):
line.possible_lot_ids = [(6, 0, lot_ids.ids)]
else:
line.possible_lot_ids = False

@api.onchange("product_id")
def _onchange_product_id_set_lot_domain(self):
super()._onchange_product_id_set_lot_domain()

0 comments on commit 50778f7

Please sign in to comment.