Skip to content

Commit

Permalink
Merge PR #4359 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by sergiocorato
  • Loading branch information
OCA-git-bot committed Jan 17, 2025
2 parents c5609a4 + 68a621d commit 31f36f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_it_withholding_tax/models/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ def remove_move_reconcile(self):
# Delete wt move
for wt_move in wt_mls.mapped("move_id"):
wt_move.button_draft()
wt_move.unlink()
wt_move.with_context(force_delete=True).unlink()

return super(AccountMoveLine, self).remove_move_reconcile()

Expand Down

0 comments on commit 31f36f7

Please sign in to comment.