Skip to content

Commit

Permalink
vat_return: fix crash in another very specific scenario, from 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
b0g committed Jan 9, 2025
1 parent 0302bdc commit 8d1a755
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1981,6 +1981,7 @@ def _reconcile_account_move(self, move, speedy):
account = line.account_id
domain = speedy["base_domain_end"] + [
("account_id", "=", account.id),
("reconciled", "=", False),
("full_reconcile_id", "=", False),
("move_id", "not in", excluded_line_ids),
]
Expand Down

0 comments on commit 8d1a755

Please sign in to comment.