[FIX] account_reconcile_oca: make widget work
parent
e5e0a73847
commit
132a333c46
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue