Skip to content

Commit

Permalink
fix para que haga bien el cierre ya que está teniendo en cuenta los a…
Browse files Browse the repository at this point in the history
…sientos cancelados (#4)
  • Loading branch information
almumu authored and docker-odoo committed Dec 12, 2024
1 parent 78a08fb commit 9279c85
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ def account_partners_get(self, account):
("account_id", "=", account.id),
("date", ">=", start),
("date", "<=", end),
("parent_state", "!=", "cancel"),
],
["partner_id", "credit", "debit"],
["partner_id"],
Expand Down

0 comments on commit 9279c85

Please sign in to comment.