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.
32 lines
1.2 KiB
32 lines
1.2 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="sale_consignment_expiry">
|
|
<p>Hi <t t-out="expiry.user_id.name"/>,
|
|
</p>
|
|
<p>
|
|
We hope this message finds you well.
|
|
We would like to kindly remind you that the consignment date for
|
|
Sale order
|
|
<t t-if="expiry.name">
|
|
<t t-out="expiry.name"> </t>
|
|
</t>
|
|
has ended today.
|
|
If you have not yet created the sale order for this consignment,
|
|
please do so at your earliest convenience.
|
|
If you have already taken care of this, please disregard this email.
|
|
Thank you for your attention to this matter.
|
|
|
|
Best regards,
|
|
</p>
|
|
<p t-if="expiry.company_id.name">
|
|
<t t-out="expiry.company_id.name"/>
|
|
</p>
|
|
<p t-if="expiry.user_id">
|
|
<br/>
|
|
<a t-att-href="'/web#id=%s&model=sale.consignment&view_type=form' % (expiry.id)"
|
|
style="background-color: #9E588B; margin-top: 10px; padding: 10px; text-decoration: none; color: #fff; border-radius: 5px; font-size: 16px;">
|
|
View Consignment
|
|
</a>
|
|
</p>
|
|
</template>
|
|
</odoo>
|