mirror of
https://gitlab.com/flectra-community/account-financial-reporting.git
synced 2024-11-15 02:02:04 +00:00
Patch from old repository
This commit is contained in:
parent
38b14de3dc
commit
5df317368c
@ -58,6 +58,7 @@ class CustomerOutstandingStatement(models.AbstractModel):
|
|||||||
WHERE l2.date <= '%s'
|
WHERE l2.date <= '%s'
|
||||||
) as pc ON pc.credit_move_id = l.id
|
) as pc ON pc.credit_move_id = l.id
|
||||||
WHERE l.partner_id IN (%s) AND at.type = '%s'
|
WHERE l.partner_id IN (%s) AND at.type = '%s'
|
||||||
|
AND l.full_reconcile_id IS NULL
|
||||||
AND (
|
AND (
|
||||||
(pd.id IS NOT NULL AND
|
(pd.id IS NOT NULL AND
|
||||||
pd.max_date <= '%s') OR
|
pd.max_date <= '%s') OR
|
||||||
|
Loading…
Reference in New Issue
Block a user