Signed-off-by jbeficent
@ -162,7 +162,7 @@ class CustomerActivityStatement(models.AbstractModel):
) AND l.date <= '%s' AND not l.blocked
GROUP BY l.partner_id, l.currency_id, l.date, l.date_maturity,
l.amount_currency, l.balance, l.move_id,
l.company_id
l.company_id, l.id
""" % (date_end, date_end, partners, account_type, date_end,
date_end, date_end)
@ -155,7 +155,7 @@ class CustomerOutstandingStatement(models.AbstractModel):