diff --git a/addons/event/email_template.xml b/addons/event/email_template.xml index 5556b77ede7..59a49239efe 100644 --- a/addons/event/email_template.xml +++ b/addons/event/email_template.xml @@ -1,27 +1,26 @@ - - + - confirmation the event - - ${object.user_id.user_email or object.company_id.email or 'noreply@localhost'} - ${object.email_from} - Ticket for ${object.event_id.name} - thank you for your registration + confirmation the event + + ${object.user_id.user_email or object.company_id.email or 'noreply@localhost'} + ${object.email_from} + Ticket for ${object.event_id.name} + thank you for your registration - + - - + + - confirmation the registration - - ${object.user_id.user_email or object.company_id.email or 'noreply@localhost'} - ${object.email_from} - Ticket for ${object.event_id.name} - thank you for your registration + confirmation the registration + + ${object.user_id.user_email or object.company_id.email or 'noreply@localhost'} + ${object.email_from} + Ticket for ${object.event_id.name} + thank you for your registration - +