Dear ${object.partner_id.name} ,%0A%0A
Here is the your Ticket *${object.name}*
from ${object.company_id.name} %0A%0A
% if object.company_id.sh_ticket_product_detail:
% if object.product_ids:
*Following is your product details*.%0A%0A
%for line in object.product_ids:
${line.name_get()[0][1]}%0A%0A
% endfor
% endif
% endif
% if object.company_id.sh_pdf_in_message:
*Click here to download Ticket Document* %20 :${object.sh_ticket_report_url} %0A%0A
% endif
% if object.company_id.sh_ticket_url_in_message:
*Click here to See Ticket History* %20 :${object.portal_ticket_url_wp} %0A%0A
% endif
% if object.company_id.sh_signature and object.env.user.sign :
%20 *${object.env.user.sign}* %0A%0A
% endif