[DOC] mail: updated changelog of mail to match the new implementation

bzr revid: tde@openerp.com-20130916115055-k08sdeiomriskbx9
This commit is contained in:
Thibault Delavallée 2013-09-16 13:50:55 +02:00
parent 1d76129a22
commit 03ff00b63c
1 changed files with 2 additions and 7 deletions

View File

@ -8,17 +8,12 @@ Changelog
- ``mass_mailing_campaign`` update - ``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`` - ``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. 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 - ``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. 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 - ``mail_thread``: to ease inheritance, processing of routes is now done in
the mail gateway now flags emails and models having a ``message_bounce`` field message_route_process, called in message_route
as bounced.
- added support of ``active_domain`` form context, coming from the list view. - 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 When checking the header hook, the mass mailing will be done on all records