Skip to content

Commit

Permalink
[FIX] Allow reconciliation of general journal items
Browse files Browse the repository at this point in the history
  • Loading branch information
cvinh committed Oct 17, 2024
1 parent 6e856dc commit dd9b397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_reconcile_oca/models/account_account_reconcile.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def _having(self):
return """
HAVING
SUM(aml.debit) > 0
AND SUM(aml.credit) > 0
OR SUM(aml.credit) > 0
"""

def _compute_reconcile_data_info(self):
Expand Down

0 comments on commit dd9b397

Please sign in to comment.