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.
 
 
 
 
 

33 lines
1.5 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!--Contract renewal email template data-->
<data noupdate="1">
<record id="contract_renewal_email_template" model="mail.template">
<field name="name">CONTRACT RENEWAL</field>
<field name="model_id"
ref="franchise_management.model_franchise_dealer"/>
<field name="email_from">{{object.company_id.email}}</field>
<field name="email_to"/>
<field name="lang">{{ ctx.get('default_lang') }}</field>
<field name="subject">Contract Renewal</field>
<field name="body_html" type="html">
<p>
Hi,<br/>
Your Franchise dealership contract has expired,<br/>
Please renew your dealership contract in order to continue
the services.<br/><br/>
Thanks and Regards<br/>
</p>
<div><br/>
<a style="background-color:#875A7B;
padding:8px 20px 8px 20px;
text-decoration:none; color:#fff; border-style:solid;
display:inline-block;
border-radius:5px; font-weight:bold; font-style:normal;
line-height:26px; width:auto; text-align:center"
t-attf-href="{{object.url}}">Sign and confirm</a>
</div>
</field>
</record>
</data>
</odoo>