Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][FIX][REF] mail_show_follower: internal notes #1391

Merged
merged 2 commits into from
Jul 10, 2024

Commits on Jun 12, 2024

  1. [16.0][FIX][REF] mail_show_follower: internal notes

    This module aims to show the recipients of an email in the email header, but the previous implementation was not suitable for internal notes.
    
    When **logging an internal note** with tagged users and/or partners, those specific recipients should be displayed
    as well as the document's followers subscribed to this message subtype.
    
    When **sending an email**, the recipients should be the document's followers.
    
    This is achieved by using the union of `mail.mail`'s `recipient_ids` and `notified_partner_ids`.
    vvrossem committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    33cbb12 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    fec0462 View commit details
    Browse the repository at this point in the history