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

[FIX] mass_mailing: make recipients unique by email #604

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from

Commits on Sep 18, 2024

  1. [FIX] mass_mailing: make recipients unique by email

    This commit makes the recipients of any mass.mailing res_model unique by email. The email can be read from either the email field or the partner_id.email field, if they exist, otherwise the behavior is as usual.
    
    The partner_id case requires a further loop of deduplication because partner_id.email is not stored in sale.order and read_group does not allow fetching indirect fields.
    
    Related: https://gitlab.com/ircanada/ircodoo/-/issues/2849
    maneandrea committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ef73cf2 View commit details
    Browse the repository at this point in the history