[DOC] mail, email_template: added changelog

bzr revid: tde@openerp.com-20130726115918-5g4sfapjql4hs7zr
This commit is contained in:
Thibault Delavallée 2013-07-26 13:59:18 +02:00
parent de3b587a98
commit 3770ec073e
2 changed files with 8 additions and 1 deletions

View File

@ -6,6 +6,7 @@ Changelog
`trunk (saas-2)`
----------------
- ``mail.compose.message``: added support of ``mail_server_id`` from template
- Server action update
- added `email` server action type, now entirely based on email templates.

View File

@ -6,6 +6,12 @@ Changelog
`trunk (saas-2)`
----------------
- 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
matching the ``active_domain``.
- added ``mail_server_id`` to mail_message, removing it from mail_mail. This allows
to set the preferred mail server to use for notifications emails, when using
templates.
- added ``_mail_post_access`` attribute that specifies the access right that
should have the user in order to post a new message on a given model. Values
are ``read`` (portal documents), ``write`` (default value), ``unlink`` or ``create``.
are ``read`` (portal documents), ``write`` (default value), ``unlink`` or ``create``.