diff --git a/account_reconcile_oca/models/account_account_reconcile.py b/account_reconcile_oca/models/account_account_reconcile.py index 9c8d1540..4171315e 100644 --- a/account_reconcile_oca/models/account_account_reconcile.py +++ b/account_reconcile_oca/models/account_account_reconcile.py @@ -52,7 +52,7 @@ class AccountAccountReconcile(models.Model): FALSE as is_reconciled, aml.currency_id as currency_id, a.company_id, - false as foreign_currency_id + null as foreign_currency_id """ def _from(self):