Merge pull request #288 from odoo-dev/saas-4-mass_mailing_fixes-tde
authorThibault Delavallée <tde@openerp.com>
Tue, 3 Jun 2014 10:03:42 +0000 (12:03 +0200)
committerThibault Delavallée <tde@openerp.com>
Tue, 3 Jun 2014 10:03:42 +0000 (12:03 +0200)
commitc1b2b657fa653bfe30b818afcf1fc17fd58c0116
tree14d681de5a43a815fdb1f18a787bb06c47ef4dec
parentaa1165441c880f248cb4c7df23e5590a7e8a43ca
parentcbdf7830b1cc75a57f3a473f6199032cd4123378
Merge pull request #288 from odoo-dev/saas-4-mass_mailing_fixes-tde

[FIX] mass_mailing: fixes
- backport (+ cleaning) of eb22d202e48068a82ddcfa3878dbe0cbb845cc9c (saas-5): mail_thread: routing: instead of exclusive routing heuristics, use each case as a fallback of the previous.
- better fix for dd36a0e5093df90bd92667d26f529a3a79fe0397 (saas-5): mail_thread: routing: fixed replies always choosen even when replying to emails with a specified reply_to (using ref_match in the algorithm)
- backport of d6a2ae642b1a48ce6cb227c3cde2deca847a0a33 (saas-5): avoid evaluating a False /  None domain
- fixed keeping the original message for routing, only when choosing to reply in the original thread (notification=True)
- mail_thread: routing: fixed replies always chosen even when replying to emails with a specified reply_to (using ref_match in the algorithm)