Skip to content

Commit

Permalink
[FIX] account_debt_report: debt report lines amounts
Browse files Browse the repository at this point in the history
closes ingadhoc#365

Ticket: 55504
Signed-off-by: Katherine Zaoral <kz@adhoc.com.ar>
  • Loading branch information
pablohmontenegro committed Oct 5, 2022
1 parent ed33d24 commit ea218a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions account_debt_report/models/res_partner.py
Expand Up @@ -132,6 +132,8 @@ def get_line_vals(
elif not grouped and record.payment_id:
# si no agrupamos y es pago, agregamos nombre de diario para que sea mas claro
name += ' - ' + record.journal_id.name
elif not record.payment_id:
last_payment_group_id = False

# TODO tal vez la suma podriamos probar hacerla en el xls como hacemos en libro iva v11/v12
res.append(get_line_vals(
Expand Down

0 comments on commit ea218a2

Please sign in to comment.