Merge PR #305 into 12.0

Signed-off-by JordiBForgeFlow
pull/307/head
OCA-git-bot 2020-02-28 12:24:26 +00:00
commit f93f6d6415
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ class AccountReconcileModel(models.Model):
def _apply_conditions(self, query, params):
query, params = super(
AccountReconcileModel, self)._apply_conditions(query, params)
query += ' AND account.exclude_bank_reconcile = False'
query += ' AND account.exclude_bank_reconcile IS NOT TRUE'
return query, params