-
-
Notifications
You must be signed in to change notification settings - Fork 686
/
Copy pathdata.xml
177 lines (172 loc) Β· 10.1 KB
/
data.xml
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<odoo noupdate="1">
<record id="email_template_birthday_1" model="mail.template">
<field name="name">Birthday Email 1</field>
<field name="model_id" ref="hr.model_hr_employee" />
<field name="subject">π Happy Birthday, {{ object.name }}!</field>
<field name="email_from">{{ object.company_id.email }}</field>
<field name="email_to">{{ object.work_email }}</field>
<field name="body_html" type="html">
<div style="background-color:#f2f3f5; padding:20px;">
<h2 style="color:#4267b2; text-align:center;">Happy Birthday, <t
t-out="object.name"
/>!</h2>
<p
style="font-size:16px; text-align:center;"
>Another trip around the sun, and you don't look a day older! We wish you a fantastic day full of joy and surprises. May this year bring you closer to your dreams and bless you with abundance and joy. π</p>
<p
style="font-size:16px; text-align:center;"
>Remember, you're not getting older, you're gaining more experience. And with each passing year, you become a more valuable member of our team. Here's to an amazing birthday and a year filled with adventure! π₯³</p>
<p
style="font-size:16px; text-align:center;"
>Cheers to you on your special day, <t t-out="object.name" />!</p>
</div>
</field>
</record>
<record id="email_template_birthday_2" model="mail.template">
<field name="name">Birthday Email 2</field>
<field name="model_id" ref="hr.model_hr_employee" />
<field name="subject">π Celebrating You Today, {{ object.name }}!</field>
<field name="email_from">{{ object.company_id.email }}</field>
<field name="email_to">{{ object.work_email }}</field>
<field name="body_html" type="html">
<div style="background-color:#f2f3f5; padding:20px;">
<h2 style="color:#4267b2; text-align:center;">π Let's Celebrate, <t
t-out="object.name"
/>! π</h2>
<p
style="font-size:16px; text-align:center;"
>Today, we celebrate not just any birthday, but YOUR birthday: a day when a truly exceptional person came into this world.</p>
<p
style="font-size:16px; text-align:center;"
>Age is just a number, and the wrinkles are merely where the smiles have been. Remember, you're not getting older, you're just becoming a classic!</p>
<p
style="font-size:16px; text-align:center;"
>Your birthday is a special milestone on this journey of life, and we're thrilled to share it with you. Today is about celebrating all that you are and all that you will be.</p>
<p style="font-size:16px; text-align:center;">So here's to you, <t
t-out="object.name"
/>! Wishing you an abundance of fun, joy and cake on your special day. Have an unforgettable birthday! π₯³π</p>
</div>
</field>
</record>
<record id="email_template_birthday_3" model="mail.template">
<field name="name">Birthday Email 3</field>
<field name="model_id" ref="hr.model_hr_employee" />
<field name="subject">π {{ object.name }}!, It's Your Day!</field>
<field name="email_from">{{ object.company_id.email }}</field>
<field name="email_to">{{ object.work_email }}</field>
<field name="body_html" type="html">
<div style="background-color:#f2f3f5; padding:20px;">
<h2 style="color:#4267b2; text-align:center;">π Hey there, <t
t-out="object.name"
/>! It's Your Special Day! π</h2>
<p
style="font-size:16px; text-align:center;"
>Birthdays are nature's way of telling us to eat more cake and ice cream. And, as it happens to be your birthday, we feel you deserve to have as much as you want!</p>
<p
style="font-size:16px; text-align:center;"
>Today, we're not just celebrating your birthday. We're celebrating you: the invaluable part of our team, the cheer-bringer, the problem-solver, the ray of sunshine in the office.</p>
<p
style="font-size:16px; text-align:center;"
>On this day, we hope you enjoy all the wonderful things life has to offer and spend it doing what you love the most. Remember, today is about you and only you. Make sure you enjoy it to the fullest!</p>
<p
style="font-size:16px; text-align:center;"
>So sit back, relax, and let the good vibes roll. Happy Birthday, <t
t-out="object.name"
/>! We hope this day brings you nothing but joy and happiness. π₯³π</p>
</div>
</field>
</record>
<record id="email_template_coworkers_1" model="mail.template">
<field name="name">Coworker's Birthday Email 1</field>
<field name="model_id" ref="hr.model_hr_employee" />
<field
name="subject"
>π Birthday Alert: It's {{ ctx['birthday_employee'] }}'s special day!</field>
<field name="email_from">{{ object.company_id.email }}</field>
<field name="email_to">{{ object.work_email }}</field>
<field name="body_html" type="html">
<div style="background-color:#f2f3f5; padding:20px;">
<h2 style="color:#4267b2; text-align:center;">π Birthday Alert π</h2>
<p style="font-size:16px; text-align:center;">Hi <t
t-out="object.name"
/>,</p>
<p
style="font-size:16px; text-align:center;"
>Something feels different today, right? There's an extra sparkle in the air and a spring in our steps. Wondering why?</p>
<p style="font-size:16px; text-align:center;">It's because it's <b>
<t t-out="ctx['birthday_employee']" />
</b>'s birthday! π</p>
<p
style="font-size:16px; text-align:center;"
>So, let's crank up the joy and celebration in the office today. Don't forget to wish them a happy birthday and make this day even more special for them! ππ</p>
</div>
</field>
</record>
<record id="email_template_coworkers_2" model="mail.template">
<field name="name">Coworker's Birthday Email 2</field>
<field name="model_id" ref="hr.model_hr_employee" />
<field name="subject">π Cake Alert: {{ ctx['birthday_employee']}}</field>
<field name="email_from">{{ object.company_id.email }}</field>
<field name="email_to">{{ object.work_email }}</field>
<field name="body_html" type="html">
<div style="background-color:#f2f3f5; padding:20px;">
<h2 style="color:#4267b2; text-align:center;">π Birthday Alert: <t
t-out="ctx['birthday_employee']"
/> is another year wiser! π</h2>
<p style="font-size:16px; text-align:center;">Hey there, <t
t-out="object.name"
/>,</p>
<p
style="font-size:16px; text-align:center;"
>Guess what? We're fortunate enough to have a birthday in our midst today! Yes, it's <b
><t t-out="ctx['birthday_employee']" />'s</b> big day!</p>
<p
style="font-size:16px; text-align:center;"
>Take a moment, when you can, to send them your good wishes and contribute to a positive atmosphere today. Remember, even a simple 'Happy Birthday' can make someone's day!</p>
<p style="font-size:16px; text-align:center;">Let's all help make <t
t-out="ctx['birthday_employee']"
/> feel appreciated and valued on their special day! ππ</p>
<p
style="font-size:16px; text-align:center;"
>Thank you for your continuous effort in making our workplace a supportive and friendly environment!</p>
</div>
</field>
</record>
<record id="email_template_coworkers_3" model="mail.template">
<field name="name">Coworker's Birthday Email 3</field>
<field name="model_id" ref="hr.model_hr_employee" />
<field
name="subject"
>π Time to Celebrate: {{ ctx['birthday_employee'] }}'s Birthday!</field>
<field name="email_from">{{ object.company_id.email }}</field>
<field name="email_to">{{ object.work_email }}</field>
<field name="body_html" type="html">
<div style="background-color:#f2f3f5; padding:20px;">
<h2
style="color:#4267b2; text-align:center;"
>π It's Time to Celebrate: <t
t-out="ctx['birthday_employee']"
/>'s Birthday!</h2>
<p style="font-size:16px; text-align:center;">Hello, <t
t-out="object.name"
/>!</p>
<p
style="font-size:16px; text-align:center;"
>Today, we're celebrating the birthday of a valued team member, <b>
<t t-out="ctx['birthday_employee']" />
</b>. </p>
<p
style="font-size:16px; text-align:center;"
>This day is a special one, and we encourage you to reach out and wish them a 'Happy Birthday'. A small gesture can make a big difference! </p>
<p
style="font-size:16px; text-align:center;"
>Let's make this day memorable for <t
t-out="ctx['birthday_employee']"
/>! ππ</p>
<p
style="font-size:16px; text-align:center;"
>Remember, our team is our greatest strength. Thanks for contributing to this wonderful work environment!</p>
</div>
</field>
</record>
</odoo>