[17.0] mail_tracking: Cc/Bcc not tracked when followers are disabled (with mail_disable_follower_notification)
Module
mail_tracking
Describe the bug
When using mail_tracking in combination with modules that disable follower behavior (e.g. mail_disable_follower_notification they alter message flow), Cc and Bcc recipients added via mail_compose_cc_bcc are not tracked at all in the mail.tracking.email model.
To Reproduce
Affected versions: 17.0
Steps to reproduce the behavior:
- Install mail_tracking, mail_compose_cc_bcc, and mail_disable_follower_notification
- Compose a message with recipients in Cc or Bcc
- Enable "Disable Followers Notification"
- Send the message
Expected behavior Even if followers are disabled, Cc and Bcc recipients should be tracked by mail_tracking, since they are explicitly selected by the sender and should be auditable.
Additional context With disabled followers notification
Without disabled followers notification
ps: [email protected] is Administrator
@trisdoan
Hello @chienandalu , any idea?
Sorry, nothing comes to my mind 😕
Hello @melissalateb, There is a fix, thanks to @norlinhenrik, I just backported to 17.0, could you please test if the issue persists https://github.com/OCA/social/pull/1674