Skip to content

Commit

Permalink
[IMP] stock_release_channel_shipment_advice_deliver: Use field to ret…
Browse files Browse the repository at this point in the history
…rieve to release moves
  • Loading branch information
rousseldenis committed Oct 10, 2024
1 parent ca32e43 commit 2523d5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def _compute_allowed_to_unrelease_picking_ids(self) -> None:
"""
for wizard in self:
moves_to_unrelease = (
wizard.release_channel_id._shipping_moves_to_unrelease()
wizard.release_channel_id.at_deliver_to_unrelease_shipping_move_ids
)
wizard.allowed_to_unrelease_picking_ids = moves_to_unrelease.filtered(
"unrelease_allowed"
Expand Down

0 comments on commit 2523d5f

Please sign in to comment.