This question has been flagged
2 Replies
3395 Views

Using Odoo 13. when a manager approves the leave (time-off), notification is send to requesters email.

Can this notification mail send to one more additional email id. Also is it possible to edit this email body text

Avatar
Discard
Best Answer

Hi,

You can set all by automated actions with mail templates.

Create mail template:

Settings > Technical > Templates


Create Automated action

Settings > Technical > Automated Actions




Avatar
Discard
Author

I created the action and email template, still i dont receive any mail notifications. Anything else to be done ?

Author

I created an email template and automated action to send alert whenever an leave/timeoff is approved. I can see the mails in odoo emails section. There's a send now button. How can it be send automatically whenever leave approved.

Author Best Answer

Thank you fasil.

I was able to find this template. How do call variables in the subject and body. For eg subject should be "User" on leave "date"

Here User and date are variables. Where do i get Odoo variable list.

Also, the automated Action is not found in odoo13, below are options available for me. 

https://ibb.co/hR2GDZk

https://ibb.co/wJjQYcQ

https://ibb.co/C00rQqr

Avatar
Discard

Hello Charles,

To use automated actions you need to install the base_automation application from the apps page. Be sure to remove the filter before searching.

To call variables in the email template, you can click on the "Dynamic Placeholder Generator". From here you select the field (and sub-field if needed) and then copy the expression into the email.

I hope this helps.

Thanks,

Author

am using ${object.display_name} and it shows the complete username and leave date
eg user1 on Full Day Leaves 2022-2023: 0.50 days
I only need user1 in the mail.