You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

23 lines
1.1 KiB

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<record id="mail_template_maintenance_request" model="mail.template">
<field name="name">Maintenance: Reception Acknowledgment</field>
<field name="model_id" ref="maintenance.model_maintenance_request"/>
<field name="subject">Maintenance of ${object.equipment_id.name}</field>
<field name="email_to">${(object.employee_id.work_email)}</field>
<field name="body_html"><![CDATA[
<div>
Dear ${object.employee_id.name},<br/><br/>
Thank you for getting in touch with us.<br />
We have received your request for the maintenance of ${object.equipment_id.name} and we are working on it.<br />
Our ${object.maintenance_team_id.name} team will get in touch with you shortly.
<br/><br/>
Thank you,<br/><br/>
${object.company_id.name}
<br/>
</div>]]>
</field>
</record>
</data>
</odoo>