odoo/addons/mass_mailing
Thibault Delavallée 643996de2b [FIX] mass_mailing: fixed bouncing tracking
mail_mail now have a statistics_ids field, allowing to create statistics when creating a mail.mail.
This is done in the mail composer, using classic o2m command. Mail_mail create is overrided to ipdate
the statistics value (message_id) that is computed directly in the create and not accessible
in the values dict.
Added model and res_id on stat model, to allow message_bounce update, without havign to rely
on the mail.mail existence.

bzr revid: tde@openerp.com-20130917094218-7jz5mnldogzhlioh
2013-09-17 11:42:18 +02:00
..
controllers [FIX] mass_mailing: 2013-09-16 13:47:06 +02:00
doc [ADD] mass_mailing: added directories + skeletons for doc and tests 2013-09-06 12:33:25 +02:00
security [REF] mass_mailing: first refactor 2013-09-13 13:54:08 +02:00
static/src [IMP] mass_mailing: improved kanban view of campaign (clicking now reidrects to mass mailings, filtered by the campaign); added search views for the various models; re-ordered view file; put demo data into demo section; added JS file for click redirection 2013-09-16 12:10:35 +02:00
tests [ADD] mass_mailing: added directories + skeletons for doc and tests 2013-09-06 12:33:25 +02:00
wizard [FIX] mass_mailing: fixed bouncing tracking 2013-09-17 11:42:18 +02:00
__init__.py [FIX] mass_mailing: 2013-09-16 13:47:06 +02:00
__openerp__.py [IMP] mass_mailing: improved kanban view of campaign (clicking now reidrects to mass mailings, filtered by the campaign); added search views for the various models; re-ordered view file; put demo data into demo section; added JS file for click redirection 2013-09-16 12:10:35 +02:00
mail_data.xml [REF] mass_mailing: first refactor 2013-09-13 13:54:08 +02:00
mail_mail.py [FIX] mass_mailing: fixed bouncing tracking 2013-09-17 11:42:18 +02:00
mail_thread.py [FIX] mass_mailing: fixed bouncing tracking 2013-09-17 11:42:18 +02:00
mass_mailing.py [FIX] mass_mailing: fixed bouncing tracking 2013-09-17 11:42:18 +02:00
mass_mailing_demo.xml [REF] mass_mailing: first refactor 2013-09-13 13:54:08 +02:00
mass_mailing_view.xml [FIX] mass_mailing: fixed bouncing tracking 2013-09-17 11:42:18 +02:00