Skip to content

Commit

Permalink
[FIX] Comment out line causing update on SO for not needed flow on ev…
Browse files Browse the repository at this point in the history
…ery compute on not completed/cancelled transfers.
  • Loading branch information
[email protected] committed Oct 18, 2024
1 parent 666026d commit cc5b292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osi_partner_credit_limit/models/stock_picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def _compute_allow_transfer(self):
hold_value = False

record.dont_allow_transfer = hold_value
record.sale_id.write({"ship_hold": hold_value})
#record.sale_id.write({"ship_hold": hold_value})

dont_allow_transfer = fields.Boolean(
string="Credit Hold", compute="_compute_allow_transfer"
Expand Down

0 comments on commit cc5b292

Please sign in to comment.