Skip to content

Commit

Permalink
Check against orders without invoices (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
fkantelberg authored Jan 15, 2025
1 parent a856442 commit 29d997e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions abandoned_carts/wizard/sale_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def default_get(self, fields):
("state", "in", ["draft", "sent", "cancel"]),
("create_date", "<", date.strftime(DF)),
("website_id", "!=", False),
("invoice_ids", "=", False),
]

system_users = self.env["res.users"].browse()
Expand Down

0 comments on commit 29d997e

Please sign in to comment.