This question has been flagged
2 Replies
2266 Views

Hi,


Can any one please guide me as to how I can add the applicant name to  Applicant: Acknowledgment  template in odoo 11?


BR

Shahrouz

Avatar
Discard
Best Answer

Hi,

Activate developer mode, then go to Settings -> Technical -> Email -> Templates, search and find the corresponding template.

Open the template, then in the body section add a line like this,

Hi ${object.partner_name | safe},

object.partner_name will give you the Applicant name.

Sample :



Thanks

Avatar
Discard
Author Best Answer

Thanks a lot. 

Why is it called Partner_name?

Avatar
Discard

the field name is partner_name