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