odoo/addons/auth_signup
Richard Mathot eefd0de541
[FIX] safer company name as email sender
In some email templates of Odoo, the From: field is generated from the
company name. If this name contains an "&" character, this will lead in
an escaping eg; &

Sender header will look like:
From: Machin &amp; Brol <machinbrol@toto.com>

This case is not well handled by email providers like Gmail, that
splits the line on the ";" and considers there are 2 senders, and then
discards the email.

We then fix the templates, waiting for a better fix in master.
2017-04-28 10:19:06 +02:00
..
controllers [FIX] auth_signup: display full error message 2016-12-09 14:32:16 +01:00
i18n [I18N] Update translation terms from Transifex 2017-04-16 02:54:21 +02:00
views [FIX] auth_signup: login & name readonly if signup with token 2015-08-27 12:22:21 +02:00
__init__.py [MERGE] trunk 2012-08-15 21:14:10 +02:00
__openerp__.py [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00
auth_signup_data.xml [FIX] safer company name as email sender 2017-04-28 10:19:06 +02:00
res_config.py [IMP] auth_signup: on login page, show the links 'Sign Up' and 'Reset Password' only when enabled 2012-12-03 16:48:11 +01:00
res_config.xml [FIX] remove module_portal_anonymous ref 2014-01-27 16:54:12 +01:00
res_users.py [FIX] auth_signup: readonly empty login field on signup 2016-03-03 17:52:13 +01:00
res_users_view.xml [FIX]remove deprecated (& useless) code, overwritting the base.action_res_users (The Configuration > Users window action) context, and prevented the 'Regular Users' filter from share module to be loaded by default 2013-11-26 17:27:56 +01:00