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

[IMP] mail: avoid broadcasting partner lists and tracking values #162065

Commits on Apr 29, 2024

  1. [IMP] mail: avoid broadcasting partner lists and tracking values

    Before this PR, `_message_format` function always included data that were only
    relevant to the logged user. It also `leak partner_ids`.
    
    This PR condition the `needaction_partner_ids`, `history_partner_ids`,
    `starredPersonas` and `trackingValues` values to a new param.
    This allows us to control when those data should be sent to the user.
    
    PR enterprise: odoo/enterprise#61353
    phenix-factory committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    44f86cf View commit details
    Browse the repository at this point in the history