[FIX] account_reconcile_oca: make widget work
parent
14a1ea3a9e
commit
f82b00359b
|
@ -52,7 +52,7 @@ class AccountAccountReconcile(models.Model):
|
||||||
FALSE as is_reconciled,
|
FALSE as is_reconciled,
|
||||||
aml.currency_id as currency_id,
|
aml.currency_id as currency_id,
|
||||||
a.company_id,
|
a.company_id,
|
||||||
false as foreign_currency_id
|
null as foreign_currency_id
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def _from(self):
|
def _from(self):
|
||||||
|
|
Loading…
Reference in New Issue