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/website_profile/data/profile_data.xml | 108 +++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 addons/website_profile/data/profile_data.xml (limited to 'addons/website_profile/data/profile_data.xml') diff --git a/addons/website_profile/data/profile_data.xml b/addons/website_profile/data/profile_data.xml new file mode 100644 index 00000000..13e46434 --- /dev/null +++ b/addons/website_profile/data/profile_data.xml @@ -0,0 +1,108 @@ + + + + + + + Profile: Email Verification + + ${object.company_id.name} Profile validation + ${user.email_formatted | safe} + ${object.email_formatted | safe} + + + + +
+ + + + + + + + + + + + + + + +
+ + + + + + + + +
+ + ${object.company_id.name} Profile validation + + + ${user.company_id.name} +
+
+
+
+ + + + + + + +
+

+ Hello ${object.name},

+ You have been invited to validate your email in order to get access to "${object.company_id.name}" website. + To validate your email, please click on the following link: +

+ Thanks for your participation! +

+
+
+
+
+ + + + + +
+ ${user.company_id.name} + + ${user.company_id.phone} + % if user.company_id.email: + | + ${user.company_id.email} + + % endif + % if user.company_id.website: + | + ${user.company_id.website} + + % endif +
+
+
+ + +
+ Powered by Odoo +
+
+
+ ${object.lang} + +
+
+
-- cgit v1.2.3