diff --git a/addons/event/email_template.xml b/addons/event/email_template.xml index 5588f185fae..c1b2ff1a9a4 100644 --- a/addons/event/email_template.xml +++ b/addons/event/email_template.xml @@ -5,10 +5,10 @@ Confirmation of the Event ${object.user_id.user_email or object.company_id.email or 'noreply@localhost'} - ${object.email_from} + ${object.email} Ticket for ${object.event_id.name} - hello ${object.contact_id.name}, + hello ${object.name}, The event ${object.event_id.name} that you registered from is confirmed and will be held from ${object.event_id.date_begin} to ${object.event_id.date_end}. For any further information please contact our event department. @@ -25,10 +25,10 @@ Confirmation of the Registration ${object.user_id.user_email or object.company_id.email or 'noreply@localhost'} - ${object.email_from} + ${object.email} Ticket for ${object.event_id.name} - hello ${object.contact_id.name}, + hello ${object.name}, We confirm your registration to the event ${object.event_id.name} to be held from ${object.event_id.date_begin} to ${object.event_id.date_end}