From 03ff00b63c0d08915ea4035e86f9b7fe372c0d5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibault=20Delavall=C3=A9e?= Date: Mon, 16 Sep 2013 13:50:55 +0200 Subject: [PATCH] [DOC] mail: updated changelog of mail to match the new implementation bzr revid: tde@openerp.com-20130916115055-k08sdeiomriskbx9 --- addons/mail/doc/changelog.rst | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/addons/mail/doc/changelog.rst b/addons/mail/doc/changelog.rst index 852c548aa0f..5eee5f136a6 100644 --- a/addons/mail/doc/changelog.rst +++ b/addons/mail/doc/changelog.rst @@ -8,17 +8,12 @@ Changelog - ``mass_mailing_campaign`` update - - ``mail_mail``: added ``opened``, ``replied`` and ``bounced`` datetime fields - holding the first time the mail has been respectively opened, replied or has - bounced. - - controllers: added a web controller to track opened mail - ``mail_mail`: moved ``reply_to`` computation from ``mail_mail`` to ``mail_message`` where it belongs, as the field is located onto the ``mail_message`` model. - ``mail_compose_message``: template rendering is now done in batch. Each template is rendered for all res_ids, instead of all templates one id at a time. - - ``mail_thread``: added support for bounce alias. Using an alias on Return-Path - the mail gateway now flags emails and models having a ``message_bounce`` field - as bounced. + - ``mail_thread``: to ease inheritance, processing of routes is now done in + message_route_process, called in message_route - added support of ``active_domain`` form context, coming from the list view. When checking the header hook, the mass mailing will be done on all records