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 Feb 6, 2025
1 parent fb8e7dc commit d444608
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 d444608

Please sign in to comment.