blob: 2765dd28d3dd8ac16579edaa42314571bd6837f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" ?>
<odoo>
<template id="mail_template_paypal_invite_user_to_configure">
<div>
<p>
Hello,
<br/><br/>
You have received a payment through PayPal.<br/>
Kindly follow the instructions given by PayPal to create your account.<br/>
Then, help us complete your Paypal credentials in Odoo.<br/><br/>
</p>
<a t-attf-href="/web#id=#{acquirer.id}&model=payment.acquirer&view_type=form" style="background-color: #875A7B; padding: 10px; text-decoration: none; color: #fff; border-radius: 5px; font-size: 12px;">Set Paypal credentials</a>
<p>
<br/><br/>
Thanks,<br/>
<b>The Odoo Team</b>
</p>
</div>
</template>
</odoo>
|