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.
285 lines
20 KiB
285 lines
20 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<!-- This file is used for updating signup mail template for students also -->
|
|
<function name="write" model="ir.model.data">
|
|
<function name="search" model="ir.model.data">
|
|
<value eval="[('name', '=', 'set_password_email'), ('module', '=', 'auth_signup')]"/>
|
|
</function>
|
|
<value eval="{'noupdate': False}"/>
|
|
</function>
|
|
<record id="auth_signup.set_password_email" model="mail.template">
|
|
<field name="body_html" type="html">
|
|
<table border="0" cellpadding="0" cellspacing="0"
|
|
style="padding-top: 16px; background-color: #FFFFFF; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;">
|
|
<tr>
|
|
<td align="center">
|
|
<table border="0" cellpadding="0" cellspacing="0"
|
|
width="590"
|
|
style="padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;">
|
|
<tbody>
|
|
<!-- HEADER -->
|
|
<tr>
|
|
<td align="center"
|
|
style="min-width: 590px;">
|
|
<table border="0" cellpadding="0"
|
|
cellspacing="0" width="590"
|
|
style="min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;">
|
|
<tr>
|
|
<td valign="middle">
|
|
<span style="font-size: 10px;">
|
|
Welcome to Odoo
|
|
</span>
|
|
<br/>
|
|
<span style="font-size: 20px; font-weight: bold;">
|
|
<t t-out="object.name or ''">
|
|
Marc Demo
|
|
</t>
|
|
</span>
|
|
</td>
|
|
<td valign="middle"
|
|
align="right">
|
|
<img t-attf-src="/logo.png?company={{ object.company_id.id }}"
|
|
style="padding: 0px; margin: 0px; height: auto; width: 80px;"
|
|
t-att-alt="object.company_id.name"/>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2"
|
|
style="text-align:center;">
|
|
<hr width="100%"
|
|
style="background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;"/>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<!-- CONTENT -->
|
|
<tr>
|
|
<td align="center"
|
|
style="min-width: 590px;">
|
|
<table border="0" cellpadding="0"
|
|
cellspacing="0" width="590"
|
|
style="min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;">
|
|
<t t-if="object.partner_id.is_student">
|
|
<tr>
|
|
<td valign="top"
|
|
style="font-size: 13px;">
|
|
<div>
|
|
Dear <t
|
|
t-out="object.name or ''">
|
|
Marc Demo</t>,
|
|
<br/>
|
|
<br/>
|
|
You have been
|
|
invited by <t
|
|
t-out="object.create_uid.name or ''">
|
|
OdooBot
|
|
</t> to connect on Odoo
|
|
Student Portal.
|
|
<br/>
|
|
<br/>
|
|
<br/>
|
|
Your sign in email
|
|
is:
|
|
<b>
|
|
<a t-attf-href="/web/login?login={{ object.email }}"
|
|
target="_blank"
|
|
t-out="object.email or ''">
|
|
mark.brown23@example.com
|
|
</a>
|
|
</b>
|
|
<br/>
|
|
And click on the
|
|
button below to
|
|
pick
|
|
a password and
|
|
activate your
|
|
account.
|
|
<br/>
|
|
<br/>
|
|
<center>
|
|
<div style="margin: 16px 0px 16px 0px;align:center">
|
|
<a t-att-href="object.signup_url"
|
|
style="background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;">
|
|
Login
|
|
</a>
|
|
</div>
|
|
</center>
|
|
<br/>
|
|
<br/>
|
|
Enjoy Odoo!
|
|
<br/>
|
|
--<br/>The <t
|
|
t-out="object.company_id.name or ''">
|
|
YourCompany
|
|
</t> Team
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</t>
|
|
<t t-else="">
|
|
<tr>
|
|
<td valign="top"
|
|
style="font-size: 13px;">
|
|
<div>
|
|
Dear <t
|
|
t-out="object.name or ''">
|
|
Marc Demo</t>,
|
|
<br/>
|
|
<br/>
|
|
You have been
|
|
invited by <t
|
|
t-out="object.create_uid.name or ''">
|
|
OdooBot
|
|
</t> of <t
|
|
t-out="object.company_id.name or ''">
|
|
YourCompany
|
|
</t> to connect on
|
|
Odoo.
|
|
<div style="margin: 16px 0px 16px 0px;">
|
|
<a t-att-href="object.signup_url"
|
|
style="background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;">
|
|
Accept
|
|
invitation
|
|
</a>
|
|
</div>
|
|
<t t-set="website_url"
|
|
t-value="object.get_base_url()">
|
|
</t>
|
|
Your Odoo domain
|
|
is:
|
|
<b>
|
|
<a t-att-href='website_url'
|
|
t-out="website_url or ''">
|
|
http://yourcompany.odoo.com
|
|
</a>
|
|
</b>
|
|
<br/>
|
|
Your sign in email
|
|
is:
|
|
<b>
|
|
<a t-attf-href="/web/login?login={{ object.email }}"
|
|
target="_blank"
|
|
t-out="object.email or ''">
|
|
mark.brown23@example.com
|
|
</a>
|
|
</b>
|
|
<br/>
|
|
<br/>
|
|
Never heard of
|
|
Odoo?
|
|
It’s an all-in-one
|
|
business software
|
|
loved by 7+ million
|
|
users. It will
|
|
considerably
|
|
improve
|
|
your experience at
|
|
work and increase
|
|
your productivity.
|
|
<br/>
|
|
<br/>
|
|
Have a look at the <a
|
|
href="https://www.odoo.com/page/tour?utm_source=db&utm_medium=auth"
|
|
style="color: #875A7B;">
|
|
Odoo Tour
|
|
</a> to discover the
|
|
tool.
|
|
<br/>
|
|
<br/>
|
|
Enjoy Odoo!
|
|
<br/>
|
|
--<br/>The <t
|
|
t-out="object.company_id.name or ''">
|
|
YourCompany
|
|
</t> Team
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</t>
|
|
<tr>
|
|
<td style="text-align:center;">
|
|
<hr width="100%"
|
|
style="background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;"/>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<!-- FOOTER -->
|
|
<tr>
|
|
<td align="center"
|
|
style="min-width: 590px;">
|
|
<table border="0" cellpadding="0"
|
|
cellspacing="0" width="590"
|
|
style="min-width: 590px; background-color: white; font-size: 11px; padding: 0px 8px 0px 8px; border-collapse:separate;">
|
|
<tr>
|
|
<td valign="middle"
|
|
align="left">
|
|
<t t-out="object.company_id.name or ''">
|
|
YourCompany
|
|
</t>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="middle"
|
|
align="left"
|
|
style="opacity: 0.7;">
|
|
<t t-out="object.company_id.phone or ''">
|
|
+1 650-123-4567
|
|
</t>
|
|
<t t-if="object.company_id.email">
|
|
|
|
|
<a t-att-href="'mailto:%s' % object.company_id.email"
|
|
style="text-decoration:none; color: #454748;"
|
|
t-out="object.company_id.email or ''">
|
|
info@yourcompany.com
|
|
</a>
|
|
</t>
|
|
<t t-if="object.company_id.website">
|
|
|
|
|
<a t-att-href="'%s' % object.company_id.website"
|
|
style="text-decoration:none; color: #454748;"
|
|
t-out="object.company_id.website or ''">
|
|
http://www.example.com
|
|
</a>
|
|
</t>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<!-- POWERED BY -->
|
|
<tr>
|
|
<td align="center" style="min-width: 590px;">
|
|
<table border="0" cellpadding="0" cellspacing="0"
|
|
width="590"
|
|
style="min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;">
|
|
<tr>
|
|
<td style="text-align: center; font-size: 13px;">
|
|
Powered by
|
|
<a target="_blank"
|
|
href="https://www.odoo.com?utm_source=db&utm_medium=auth"
|
|
style="color: #875A7B;">Odoo
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</field>
|
|
<field name="lang">{{ object.lang }}</field>
|
|
<field name="auto_delete" eval="True"/>
|
|
</record>
|
|
<function name="write" model="ir.model.data">
|
|
<function name="search" model="ir.model.data">
|
|
<value eval="[('name', '=', 'set_password_email'), ('module', '=', 'auth_signup')]"/>
|
|
</function>
|
|
<value eval="{'noupdate': True}"/>
|
|
</function>
|
|
</odoo>
|
|
|