[FIX] account_reconcile_oca: make widget work

pull/808/head
Enric Tobella 2024-02-09 15:12:01 +01:00 committed by Jordi Ballester Alomar
parent 14a1ea3a9e
commit f82b00359b
1 changed files with 1 additions and 1 deletions

View File

@ -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):