-
- Downloads
Merge pull request #288 from odoo-dev/saas-4-mass_mailing_fixes-tde
[FIX] mass_mailing: fixes - backport (+ cleaning) of eb22d202 (saas-5): mail_thread: routing: instead of exclusive routing heuristics, use each case as a fallback of the previous. - better fix for dd36a0e5 (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 d6a2ae64 (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)
Showing
- addons/mail/mail_thread.py 25 additions, 19 deletionsaddons/mail/mail_thread.py
- addons/mass_mailing/models/mass_mailing.py 7 additions, 2 deletionsaddons/mass_mailing/models/mass_mailing.py
- addons/mass_mailing/wizard/mail_compose_message.py 11 additions, 6 deletionsaddons/mass_mailing/wizard/mail_compose_message.py
Loading
Please register or sign in to comment