Skip to content
Snippets Groups Projects
Commit 2ce4ccd0 authored by Jorge Pinna Puissant's avatar Jorge Pinna Puissant
Browse files

[FIX] mail: Failed mail notification wrong title

opw-1921686

The failed mail notification group all the records of the same
model that failed to send an email.

Before this commit, the failed mail notification displayed as
title the name of the last record that failed to send an email.

Now, the notification displays as title the model name.

closes odoo/odoo#30134
parent 73ebe684
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ var MailFailure = Class.extend(Mixins.EventDispatcherMixin, ServicesMixin, {
documentModel: this._documentModel,
id: 'mail_failure',
imageSRC: this._moduleIcon,
title: this._recordName,
title: this._modelName,
};
return preview;
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment