diff --git a/account_invoice_overdue_reminder/wizard/overdue_reminder_wizard.py b/account_invoice_overdue_reminder/wizard/overdue_reminder_wizard.py index 51d26b024..579d62856 100644 --- a/account_invoice_overdue_reminder/wizard/overdue_reminder_wizard.py +++ b/account_invoice_overdue_reminder/wizard/overdue_reminder_wizard.py @@ -628,10 +628,8 @@ def _prepare_overdue_reminder_action(self, vals): body=Markup( _( "Overdue reminder sent by mail: " - "%(mail_subject)s.", - mail_id=vals["mail_id"], - mail_subject=self.mail_subject, + "%(mail_body)s", + mail_body=str(self.mail_body), ) ) )