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 #367

Ticket: 55504
X-original-commit: ea218a2
Signed-off-by: Katherine Zaoral <kz@adhoc.com.ar>
Signed-off-by: Pablo  Montenegro <pam@adhoc.com.ar>
  • Loading branch information
pablohmontenegro committed Oct 26, 2022
1 parent 08b5a73 commit ba3555f
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 @@ -130,6 +130,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 ba3555f

Please sign in to comment.