This commit is contained in:
Oscar 2021-12-18 12:02:59 -05:00
parent 21dbd046f1
commit 6ff34a0f30
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ class Booking(Workflow, ModelSQL, ModelView):
if invoice_party_id != party.id:
if invoice_party_id not in res.keys():
res[invoice_party_id] = {
'party': charge.invoice_to.id,
'party': charge.invoice_to,
'currency': bk.currency.id,
'payment_term': None,
'lines': [],