From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/survey/data/mail_template_data.xml | 78 +++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 addons/survey/data/mail_template_data.xml (limited to 'addons/survey/data/mail_template_data.xml') diff --git a/addons/survey/data/mail_template_data.xml b/addons/survey/data/mail_template_data.xml new file mode 100644 index 00000000..1e138281 --- /dev/null +++ b/addons/survey/data/mail_template_data.xml @@ -0,0 +1,78 @@ + + + + + Survey: Invite + + Participate to ${object.survey_id.title} survey + ${(object.partner_id.email_formatted or object.email) |safe} + +
+

+ Dear ${object.partner_id.name or 'participant'}

+ % if object.survey_id.certification: + You have been invited to take a new certification. + % else: + We are conducting a survey and your response would be appreciated. + % endif +

+ % if object.deadline: + Please answer the survey for ${format_date(object.deadline)}.

+ % endif + Thank you for your participation. +

+
+
+ ${object.partner_id.lang} + +
+ + + + Survey: Send certification by email + + Certification: ${object.survey_id.display_name} + ${(object.survey_id.create_uid.email_formatted or user.email_formatted or user.company_id.catchall_formatted) |safe} + ${(object.partner_id.email_formatted or object.email) |safe} + +
+ + + + +
+ + + + Certification: ${object.survey_id.display_name} +
+ + + + +
+

Dear ${object.partner_id.name or 'participant'}

+

+ Here is, in attachment, your certification document for + ${object.survey_id.display_name} +

+

Congratulations for succeeding the test!

+
+
+
+ + Certification Document + ${object.partner_id.lang} + +
+
+
-- cgit v1.2.3