[FIX] account_reconcile_oca: make widget work

pull/630/head
Enric Tobella 2024-02-09 15:12:01 +01:00
parent e5e0a73847
commit 132a333c46
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):