odoo/addons/mass_mailing
Thibault Delavallée cbdf7830b1 [FIX] mass_mailing: fixes:
- fixed keeping the original message for routing, only when choosing to reply in the
original thread (notification=True)
- auto delete sent emails explicitely
- mail_thread: routing: fixed replies always choosen even when replying to emails
with a specified reply_to (using ref_match in the algorithm)
- mail_thread: routing: instead of exclusive routing heuristics, use each case
as a fallback of the previous.
2014-06-02 13:52:27 +02:00
..
controllers [ADD] mass_mailing: add a snippet to allow subscribing to a contact list (newsletter) 2014-05-06 16:51:45 +02:00
data [IMP] mass_mailing: added newsletter as mailing list data + imported contact still demo data 2014-05-09 14:53:58 +02:00
doc [ADD] mass_mailing: added directories + skeletons for doc and tests 2013-09-06 12:33:25 +02:00
models [FIX] mass_mailing: fixes: 2014-06-02 13:52:27 +02:00
security [REM] mass_mailing: removed report, a graph view on statistics will be sufficient 2014-04-15 11:58:17 +02:00
static [IMP] subscribe to group / newsletter widgets: wording cleaning 2014-05-09 15:21:56 +02:00
tests [ADD] mass_mailing: added directories + skeletons for doc and tests 2013-09-06 12:33:25 +02:00
views [IMP] email_template simplified form view: add link to website 2014-05-13 10:35:09 +02:00
wizard [FIX] mass_mailing: fixes: 2014-06-02 13:52:27 +02:00
__init__.py [REF] mass_mailing: moved files in models/data/views directories. 2014-03-17 15:32:31 +01:00
__openerp__.py [ADD] mass_mailing: add a snippet to allow subscribing to a contact list (newsletter) 2014-05-06 16:51:45 +02:00