odoo/addons/mass_mailing/models
Thibault Delavallée c64b077362 [FIX] mail: fixed bounce email recognition + invite email headers + mass mailing statistics not lost anymore
- [FIX] bounce regex: too many emails were considered as bounce and therefore
not displayed in the chatter and lost for the communication history. The regex
was not correctly looking for the bounce alias in the email_to.
- [FIX] invite email: replying to the invitation email (invitation as new
follower) now replies to the user sending the invitation.
- [FIX] mass_mailing: added a column to store the id of the original email
in addition to the many2one column. The many2one is set to null when deleting
the original email. As the information is necessary, it is saved on another
field. The many2one is necessary for indexes purpose as the inverse of
a one2many.
2014-08-11 15:39:26 +02:00
..
__init__.py [REM] mass_mailing: removed report, a graph view on statistics will be sufficient 2014-04-15 11:58:17 +02:00
mail_mail.py [FIX] mail: fixed bounce email recognition + invite email headers + mass mailing statistics not lost anymore 2014-08-11 15:39:26 +02:00
mail_thread.py [FIX] mail: fixed bounce email recognition + invite email headers + mass mailing statistics not lost anymore 2014-08-11 15:39:26 +02:00
mass_mailing.py [REF] mail: same_thread field changed into no_auto_thread, its contrary, to avoid migration issues (adding a 'always False' column is easier than an 'always True'). 2014-08-04 14:46:47 +02:00
mass_mailing_stats.py [FIX] mail: fixed bounce email recognition + invite email headers + mass mailing statistics not lost anymore 2014-08-11 15:39:26 +02:00
res_config.py [REF] mass_mailing: moved files in models/data/views directories. 2014-03-17 15:32:31 +01:00