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 Oct 10, 2024
1 parent 7e924a6 commit 19fb24a
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 19fb24a

Please sign in to comment.