odoo/addons/mail/tests
Thibault Delavallée d4a1eb4435 [FIX] mail, mail_group: recipients of mail groups
Mailing lists (mail.group) should not send specific notification emails.
Indeed there can be a lot of recipients and customizing each email can
take time to compute. This leads to posting a message on a mail.group
being very slow.

It is now possible for a model to customize the notification email
recipients computation. The first use is to ensure that mail.group
encodes recipients using email_to instead of recipients_ids. This way
less processing is performed on notification emails.
2015-12-11 11:22:40 +01:00
..
__init__.py [FIX] remove deprecated checks/fast_suite test attributes from standard modules 2015-01-15 14:31:40 +01:00
common.py [FIX] mail, mail_group: recipients of mail groups 2015-12-11 11:22:40 +01:00
test_invite.py [IMP] running speed of some tests & new testcase type 2015-06-23 16:38:14 +02:00
test_mail_features.py [IMP] running speed of some tests & new testcase type 2015-06-23 16:38:14 +02:00
test_mail_gateway.py FIX] mail: ignore parent message for forwarded private messages. 2015-07-24 17:56:30 +02:00
test_mail_group.py [FIX] mail, mail_group: recipients of mail groups 2015-12-11 11:22:40 +01:00
test_mail_message.py [IMP] running speed of some tests & new testcase type 2015-06-23 16:38:14 +02:00
test_message_read.py [IMP] running speed of some tests & new testcase type 2015-06-23 16:38:14 +02:00