odoo/addons/mail/tests
Thibault Delavallée da4dc767c4 [MERGE] Various fixes and improvements in mail.
IMP:
- mail.compose.message: added a context key 'mail_post_autofollow' that automatically subscribe the message recipients to the document followers, if any
- sale, purchase, invoice: recipients of 'Send by email' action are now automatically added as followers, using the above key
- mail: the Chatter widget on documents now sets the displayed messages as read
- mail: for incoming emails going through message_process that have an author, the author is added in the related document followers, if any
FIX:
- mail: attachments added in Chatter/Mailboxes were not added to the notifications emails send to followers/recipients
- portal: fixed various mail_mail created without specifying the type field, that could crash if a conflicting 'default_type' key was present in context (i.e. in opportunities)

bzr revid: tde@openerp.com-20121221131108-jx9jkeukjamnd3yh
2012-12-21 14:11:08 +01:00
..
__init__.py [REF] [TESTS] mail, portal: refactored a bit the various mail and invite tests: moved some tests into dedicated files, added some new tests, removed duplicates. 2012-12-11 15:46:50 +01:00
test_invite.py [IMP] mail: updated and improved tests. 2012-12-12 11:42:20 +01:00
test_mail_base.py [FIX] mail: tests: fixed mock of gateway. 2012-12-21 12:17:55 +01:00
test_mail_features.py [IMP] track_visibility atribute: moved onto explicit strings. 2012-12-20 12:47:30 +01:00
test_mail_message.py [IMP] mail_message: added the right to reply to a message wes received even if we cannot see the related document. 2012-12-12 17:06:34 +01:00
test_message_read.py [MERGE] Various fixes and improvements in mail. 2012-12-21 14:11:08 +01:00