How can I override email template?
In my case, I need to change invitation email template.
I'm found set_password_email view in auth_signup module, but I want to keep originaly file.
Template is not contain `` section:OpenERP Enterprise Connection ]]> ${object.email}
${object.name},
You have been invited to connect to "${object.company_id.name}" in order to get access to your documents in OpenERP.
To accept the invitation, click on the following link:
Thanks,
-- ${object.company_id.name or ''} ${object.company_id.email or ''} ${object.company_id.phone or ''}]]>