Use email templates in notifications

by ,
Odoo
v 8.0 Third Party 320
Download for v 8.0
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Social Network (mail)
Technical Name mail_notification_email_template
LicenseAGPL-3
You bought this module and need support? Click here!

Use email templates in notifications

This module was written to allow you to send notification rendered with an email template.

Configuration

To configure this module, you need to:

  • go to Settings/Technical/Email/Subtypes
  • open the subtype for which you want to change the notification
  • select an email template
  • within the email template, object refers to the notification, from there you have access to the message the notification is for via ${object.message_id}, to the partner who is to be notified via ${object.partner_id} and indirectly to the record the message is about via ${object.record}. To generate links to the record, use ${object.record_access_link}.

Also have a look at the template assigned by default to the discussion subtype for the minimal fields you should set.

Usage

Try me on Runbot

For further information, please visit:

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback here.

Credits

Contributors

Do not contact contributors directly about help with questions or problems concerning this addon, but use the forum, the community mailing list or the appropriate specialized mailinglist for help, and the bug tracker linked in Bug Tracker above for technical issues.

Maintainer

Odoo Community Association

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

To contribute to this module, please visit https://odoo-community.org.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
good module
by
stellaf
on 12/15/16, 11:08 AM

Hi, good module. and have it working in odoo 8. Here is my template for project issue assigned to someone. to emails: ${object.partner_id.email} Subject shall be: Issue assigned to you, ${object.record.name} contents shall be:

Dear ${object.partner_id.name},

Don't reply to this email address, this email is generated automatically by http://stella.cevt.se, a system that manage verification cars.

The user ${object.message_id.email_from|safe} has assigned an issue to you.

click here to open the issue in our system ${object.record.name}

${object.message_id.body|safe}


good module
by
stellaf
on 12/15/16, 11:08 AM

Hi, good module. and have it working in odoo 8. Here is my template for project issue assigned to someone. to emails: ${object.partner_id.email} Subject shall be: Issue assigned to you, ${object.record.name} contents shall be:

Dear ${object.partner_id.name},

Don't reply to this email address, this email is generated automatically by http://stella.cevt.se, a system that manage verification cars.

The user ${object.message_id.email_from|safe} has assigned an issue to you.

click here to open the issue in our system ${object.record.name}

${object.message_id.body|safe}