summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/account_move.py
diff options
context:
space:
mode:
authorIndoteknik . <it@fixcomart.co.id>2025-07-10 15:16:28 +0700
committerIndoteknik . <it@fixcomart.co.id>2025-07-10 15:16:28 +0700
commit659a62598fd984a233e9eee6f40ee6408ce17ac6 (patch)
tree005df74098fae11463fbadd699b5610b0348a453 /indoteknik_custom/models/account_move.py
parent6aee89eff0e1511c257c60fac9fa84172729063c (diff)
parent0a66ca2c69581100f5a0800152a6d80a07351d6c (diff)
(andri) fix conflict
Diffstat (limited to 'indoteknik_custom/models/account_move.py')
-rw-r--r--indoteknik_custom/models/account_move.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/account_move.py b/indoteknik_custom/models/account_move.py
index eb39a1ac..822c54f7 100644
--- a/indoteknik_custom/models/account_move.py
+++ b/indoteknik_custom/models/account_move.py
@@ -89,7 +89,7 @@ class AccountMove(models.Model):
('payment_state', 'not in', ['paid','in_payment', 'reversed']),
('invoice_date_due', '>=', today - timedelta(days=7)),
('invoice_date_due', '>=', today - timedelta(days=3)),
- ('invoice_date_due', '=', today),
+ ('invoice_date_due', '>=', today),
('invoice_date_due', '<=', today + timedelta(days=3)),
('invoice_date_due', '<=', today + timedelta(days=7)),
('partner_id', '=', partner.id),