Skip to content

Commit

Permalink
Merge PR #607 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by alexis-via
  • Loading branch information
OCA-git-bot committed Jan 15, 2025
2 parents 7ee93f2 + 8d1a755 commit dec3191
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2060,6 +2060,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 dec3191

Please sign in to comment.