Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 114 KiB |
Before Width: | Height: | Size: 122 KiB |
Before Width: | Height: | Size: 308 KiB |
Before Width: | Height: | Size: 375 KiB |
Before Width: | Height: | Size: 133 KiB |
Before Width: | Height: | Size: 106 KiB |
After Width: | Height: | Size: 110 KiB |
After Width: | Height: | Size: 66 KiB |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 207 KiB |
After Width: | Height: | Size: 221 KiB |
After Width: | Height: | Size: 139 KiB |
Before Width: | Height: | Size: 176 KiB |
Before Width: | Height: | Size: 141 KiB |
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 161 KiB |
@ -1,130 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||
<odoo> |
|
||||
<data noupdate="0"> |
|
||||
<record id="email_template_birthday_greeting" model="mail.template"> |
|
||||
<field name="name">Birthday Greetings Template 1</field> |
|
||||
<field name="model_id" ref="base.model_res_partner"/> |
|
||||
<field name="subject">Happy Birthday {{object.name}}</field> |
|
||||
<field name="email_from">"{{ object.company_id.name or object.user_id.name}}" <{{ (object.company_id.email or object.user_id.email) }}></field> |
|
||||
<field name="email_to">{{object.email}}</field> |
|
||||
<field name="partner_to">{{object.id}}</field> |
|
||||
<field name="body_html" type="html"> |
|
||||
<div style="margin: 0px; padding: 0px;"> |
|
||||
<p style="margin: 0px; padding: 0px; font-size: 13px;"> |
|
||||
Dear <t t-out="object.name"/>, |
|
||||
<br/> |
|
||||
<br/> |
|
||||
Wish you a Happy Birthday! We hope that you have a great |
|
||||
year and accomplish all the |
|
||||
fabulous goals you have set. May the coming years have |
|
||||
filled with happiness, peace, and |
|
||||
love. Have a great day ahead. |
|
||||
<br/> |
|
||||
<br/> |
|
||||
Many happy returns! |
|
||||
<br/> |
|
||||
<br/> |
|
||||
</p> |
|
||||
Sincerely, |
|
||||
<br/> |
|
||||
<t t-out="object.user_id.company_id.name"/> |
|
||||
</div> |
|
||||
</field> |
|
||||
<field name="auto_delete" eval="True"/> |
|
||||
</record> |
|
||||
|
|
||||
|
|
||||
<record id="email_template_birthday_greeting_two" model="mail.template"> |
|
||||
<field name="name">Birthday Greetings Template 2</field> |
|
||||
<field name="model_id" ref="base.model_res_partner"/> |
|
||||
<field name="subject">Happy Birthday {{object.name}}</field> |
|
||||
<field name="email_from">"{{ object.company_id.name or object.user_id.name}}" <{{ (object.company_id.email or object.user_id.email) }}></field> |
|
||||
<field name="email_to">{{object.email}}</field> |
|
||||
<field name="partner_to">{{object.id}}</field> |
|
||||
<field name="body_html" type="html"> |
|
||||
<link href="https://fonts.googleapis.com/css?family=Dancing+Script" |
|
||||
rel="stylesheet"/> |
|
||||
<div style="background-color: #ab669a;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;"> |
|
||||
<div> |
|
||||
<h3 class="v-text-align v-font-size" |
|
||||
style="margin: 0px; color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word; font-weight: normal; font-family: 'Dancing Script', cursive; font-size: 18px;"> |
|
||||
<strong>Happy</strong> |
|
||||
</h3> |
|
||||
</div> |
|
||||
<div> |
|
||||
<h3 class="v-text-align v-font-size" |
|
||||
style="margin: 0px; color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word; font-weight: normal; font-family: 'Dancing Script', cursive; font-size: 36px;"> |
|
||||
<strong>Birthday</strong> |
|
||||
</h3> |
|
||||
</div> |
|
||||
<div> |
|
||||
<h3 class="v-text-align v-font-size" |
|
||||
style="margin: 0px; color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word; font-weight: normal; font-family: 'Dancing Script', cursive; font-size: 20px;"> |
|
||||
<span t-field="object.name"/> |
|
||||
</h3> |
|
||||
</div> |
|
||||
<div align="center"> |
|
||||
<img src="contacts_birthday_greetings/static/src/img/birthday_greetings.png" |
|
||||
alt="image" title="image" |
|
||||
style="outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 600px;" |
|
||||
class="v-src-width v-src-max-width" width="600" |
|
||||
border="0" align="middle"/> |
|
||||
</div> |
|
||||
<div> |
|
||||
<h3 class="v-text-align v-font-size" |
|
||||
style="margin: 0px; color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word; font-weight: normal; font-family: 'Dancing Script', cursive; font-size: 36px;"> |
|
||||
<strong>From all of us at</strong> |
|
||||
<span t-field="object.user_id.company_id.name"/> |
|
||||
</h3> |
|
||||
</div> |
|
||||
</div> |
|
||||
</field> |
|
||||
<field name="auto_delete" eval="True"/> |
|
||||
</record> |
|
||||
|
|
||||
|
|
||||
<record id="email_template_birthday_greeting_three" model="mail.template"> |
|
||||
<field name="name">Birthday Greetings Template 3</field> |
|
||||
<field name="model_id" ref="base.model_res_partner"/> |
|
||||
<field name="subject">Happy Birthday {{object.name}}</field> |
|
||||
<field name="email_from">"{{ object.company_id.name or object.user_id.name}}" <{{ (object.company_id.email or object.user_id.email) }}></field> |
|
||||
<field name="email_to">{{object.email}}</field> |
|
||||
<field name="partner_to">{{object.id}}</field> |
|
||||
<field name="body_html" type="html"> |
|
||||
<link href="https://fonts.googleapis.com/css?family=Dancing+Script" |
|
||||
rel="stylesheet"/> |
|
||||
<div style="background-image: url(/contacts_birthday_greetings/static/src/img/birthday_greetings_2.png); background-position: center top;background-color: transparent; width: 100% !important;height:1050px !important;" > |
|
||||
<div style="text-align: center;font-weight: normal;font-size: 20px; padding-top: 210px;"> |
|
||||
Today is your special day! |
|
||||
</div> |
|
||||
<div style="text-align: center;font-weight: normal;font-size: 30px; padding-top: 45px;"> |
|
||||
Happy Birthday |
|
||||
</div> |
|
||||
<div style="text-align: center;font-weight: normal;font-size: 25px; padding-top: 30px;"> |
|
||||
<span t-field="object.name"/> |
|
||||
</div> |
|
||||
<div align="center"> |
|
||||
<img src="contacts_birthday_greetings/static/src/img/galaxy_cupcakes.png" |
|
||||
alt="image" title="image" |
|
||||
style="outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;" |
|
||||
class="v-src-width v-src-max-width" width="250" |
|
||||
border="0" align="middle"/> |
|
||||
</div> |
|
||||
<div style="text-align: center;font-weight: normal;font-size: 30px; padding-top: 20px;"> |
|
||||
<strong>From all of us at</strong> |
|
||||
<br></br> |
|
||||
<span t-field="object.user_id.company_id.name"/> |
|
||||
</div> |
|
||||
<div style="text-align: center;font-weight: normal;font-size: 20px; padding-top: 25px;"> |
|
||||
We hope your day is filled with good things, |
|
||||
<br></br> |
|
||||
and that the year ahead is even better than the last! |
|
||||
</div> |
|
||||
</div> |
|
||||
</field> |
|
||||
<field name="auto_delete" eval="True"/> |
|
||||
</record> |
|
||||
|
|
||||
|
|
||||
</data> |
|
||||
</odoo> |
|