From f82b00359befba59f95665a0850ff43b77a9b73d Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Fri, 9 Feb 2024 15:12:01 +0100 Subject: [PATCH] [FIX] account_reconcile_oca: make widget work --- account_reconcile_oca/models/account_account_reconcile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):