-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathemailTemp.html
88 lines (83 loc) · 6.08 KB
/
emailTemp.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<table border="0" cellpadding="0" cellspacing="0"
style="box-sizing:border-box;padding-top: 16px; background-color: #FFFFFF; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;"
width="100%">
<tbody>
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" width="590"
style="box-sizing:border-box;padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;">
<tbody>
<tr>
<td align="center" style="min-width: 590px;">
<table border="0" cellpadding="0" cellspacing="0" width="590"
style="box-sizing:border-box;min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;">
<tbody>
<tr>
<td valign="middle">
<span style="font-size: 20px; font-weight: bold;">
The <t t-out="object.name or ''" data-oe-t-inline="true"
contenteditable="false">QuotationName</t> qualified
</span><br>
</td>
<td valign="middle" align="right">
<img t-attf-src="/logo.png?company={{ object.company_id.id }}"
style="border-style:none;box-sizing:border-box;vertical-align:middle;padding: 0px; margin: 0px; height: 0px; width: 80px;"
t-att-alt="object.company_id.name" width="80px" height="0">
</td>
</tr>
<tr>
<td colspan="2" style="text-align:center;">
<hr width="100%"
style="border-style:none;border-top-width:medium;border-left-width:medium;border-bottom-width:medium;border-right-width:medium;overflow-y:visible;overflow-x:visible;height:0px;box-sizing:content-box;background-color:#cccccc;border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;"
contenteditable="false">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- CONTENT -->
<tr>
<td align="center" style="min-width: 590px;">
<table border="0" cellpadding="0" cellspacing="0" width="590"
style="box-sizing:border-box;min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;">
<tbody>
<tr>
<td valign="top" style="font-size: 15px;">
<div>
Dear <t t-out="object.partner_id.name or ''" data-oe-t-inline="true"
contenteditable="false">PartnerName</t>,<br><br>
Your Quotation, <t t-out="object.name or ''" data-oe-t-inline="true"
contenteditable="false">QuotationName</t>, with <t
t-out="object.company_id.name or ''" data-oe-t-inline="true"
contenteditable="false">CompanyName</t> created by <t
t-out="object.create_uid.name or ''" data-oe-t-inline="true"
contenteditable="false">EmployeeName</t> have been qualified.
</b><br><br>
<h4>Contact with:</h4>
<li>
<t t-out="object.create_uid.name or ''" data-oe-t-inline="true"
style="text-transform: capitalize;" contenteditable="false">
EmployeeName</t>, who you created this quotation
with: <t t-out="object.create_uid.email or ''"
data-oe-t-inline="true" contenteditable="false">
EmployeeEmail</t>
</li>
<li>
Our Company: <t t-out="object.company_id.email or ''"
data-oe-t-inline="true" contenteditable="false">
EmployeeEmail</t>
</li>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>