From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- .../website_event_track/data/event_track_data.xml | 110 +++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 addons/website_event_track/data/event_track_data.xml (limited to 'addons/website_event_track/data/event_track_data.xml') diff --git a/addons/website_event_track/data/event_track_data.xml b/addons/website_event_track/data/event_track_data.xml new file mode 100644 index 00000000..33cf0fb5 --- /dev/null +++ b/addons/website_event_track/data/event_track_data.xml @@ -0,0 +1,110 @@ + + + + + + Track: Confirmation + + Confirmation of ${object.name} + + +
+ Dear ${object.partner_name or ''}
+ We are pleased to inform you that your proposal ${object.name} has been accepted and confirmed for the event ${object.event_id.name}. +
+ You will find more details here: + +

+ Thank you, + % if user.signature +
+ ${user.signature | safe} + % endif +
+ ${object.partner_id.lang} + +
+ + + Bronze + 3 + Bronze + + + Silver + 2 + Silver + + + Gold + 1 + Gold + + + + Proposal + 1 + 1 + + + Confirmed + 2 + + 2 + + + Announced + 3 + 3 + + + + Published + 4 + 4 + + + + + Refused + 5 + 5 + + + + Cancelled + 6 + + + + + + + New Track + event.event + New Track Created + + + + + + Track Blocked + event.track + + + Track blocked + + + Track Ready + event.track + + + Track Ready for Next Stage + +
+
-- cgit v1.2.3