|
@ -155,7 +155,7 @@ class CustomerOutstandingStatement(models.AbstractModel): |
|
|
) AND l.date <= '%s' AND not l.blocked |
|
|
) AND l.date <= '%s' AND not l.blocked |
|
|
GROUP BY l.partner_id, l.currency_id, l.date, l.date_maturity, |
|
|
GROUP BY l.partner_id, l.currency_id, l.date, l.date_maturity, |
|
|
l.amount_currency, l.balance, l.move_id, |
|
|
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, partners, account_type, date_end, |
|
|
date_end, date_end) |
|
|
date_end, date_end) |
|
|
|
|
|
|
|
|