We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 160c55b commit 9aaa88dCopy full SHA for 9aaa88d
account_refund_linked_invoice/models/account_invoice.py
@@ -47,5 +47,5 @@ def _prepare_refund(self, invoice,
47
date=date, period_id=period_id,
48
description=description, journal_id=journal_id
49
)
50
- res['origin_invoice_id'] = invoice.id
+ res.update(origin_invoice_id=invoice.id)
51
return res
0 commit comments