From e921ed0203ee8d39d1a8b6d43cb6804638782bb4 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Mon, 6 Jul 2026 09:41:17 +0000 Subject: [PATCH] [FIX] account_invoice_overdue_reminder: only take into account posted journal entries for the unreconcile warning --- .../wizard/overdue_reminder_wizard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/account_invoice_overdue_reminder/wizard/overdue_reminder_wizard.py b/account_invoice_overdue_reminder/wizard/overdue_reminder_wizard.py index 51d26b024..36223f10b 100644 --- a/account_invoice_overdue_reminder/wizard/overdue_reminder_wizard.py +++ b/account_invoice_overdue_reminder/wizard/overdue_reminder_wizard.py @@ -230,6 +230,7 @@ def _prepare_reminder_step( ("full_reconcile_id", "=", False), ("matched_debit_ids", "=", False), ("matched_credit_ids", "=", False), + ("parent_state", "=", "posted"), ] unrec_payments = amlo.search( unrec_domain