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/gamification/data/badge.xml | 141 +++++++++++++++++++++++++++++++++++++ 1 file changed, 141 insertions(+) create mode 100644 addons/gamification/data/badge.xml (limited to 'addons/gamification/data/badge.xml') diff --git a/addons/gamification/data/badge.xml b/addons/gamification/data/badge.xml new file mode 100644 index 00000000..fb7c3c6a --- /dev/null +++ b/addons/gamification/data/badge.xml @@ -0,0 +1,141 @@ + + + + + Good Job + You did great at your job. + everyone + + + + + Problem Solver + No one can solve challenges like you do. + everyone + + + + + Hidden + You have found the hidden badge + nobody + + + + + + Brilliant + With your brilliant ideas, you are an inspiration to others. + everyone + True + 2 + + + + + Received Badge + New badge ${object.badge_id.name} granted + + ${object.user_id.partner_id.id} + + + + +
+ + + + + + + + + + + + + + + +
+ + + +
+ Your Badge
+ + ${object.badge_id.name} + +
+ ${object.user_id.company_id.name} +
+
+
+
+ + + +
+
+ Congratulations ${object.user_id.name} !
+ You just received badge ${object.badge_id.name} !
+ % if object.badge_id.description + + + + + +
+ ${user.company_id.name} + + ${object.badge_id.description} +
+ % endif +
+ % if object.sender_id + This badge was granted by ${object.sender_id.name}. + % endif +
+ % if object.comment + ${object.comment} + % endif +

+ Thank you, + % if object.sender_id.signature: +
+ ${object.sender_id.signature | safe} + % endif +
+
+
+
+
+ + + +
+ ${object.user_id.company_id.name} +
+ ${object.user_id.company_id.phone} + % if object.user_id.company_id.email + | ${object.user_id.company_id.email} + % endif + % if object.user_id.company_id.website + | + ${object.user_id.company_id.website} + + % endif +
+
+
+ + +
+ Powered by Odoo +
+
+ ${object.user_id.lang} + +
+
+
-- cgit v1.2.3