mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] missing call to super (finalize_invoice_move_lines)
This commit is contained in:
committed by
Dũng (Trần Đình)
parent
80a2bc9635
commit
9ff798203d
@@ -38,6 +38,8 @@ class AccountInvoice(models.Model):
|
||||
The transaction id is written on the move lines only if the account is
|
||||
the same than the invoice's one.
|
||||
"""
|
||||
move_lines = super(AccountInvoice, self).finalize_invoice_move_lines(
|
||||
move_lines)
|
||||
for invoice in self:
|
||||
if invoice.transaction_id:
|
||||
invoice_account_id = invoice.account_id.id
|
||||
|
||||
Reference in New Issue
Block a user