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

mail_drop_target: mail_drop_target.disable_notify should be True by default #1404

Open
glasl opened this issue Jun 21, 2024 · 0 comments
Open

Comments

@glasl
Copy link

glasl commented Jun 21, 2024

Is your feature request related to a problem?
By default, when adding an e-mail via drag&drop a notification is sent to all followers.
This is problematic e.g. in the CRM module, for example when:

  1. The customer is already follower.
    They didn't reply to the e-mail sent out of Odoo.
    You drop the e-mail into the odoo mail thread.
    The customer receives an irritating duplicate of his own e-mail.
  2. Worst case: You drop in an e-mail containing confidential information related to the conversation.
    Odoo sends the whole e-mail to the customer as notification, containing confidential information including sender and receiver.

This is a potentially dangerous default and should only be set in the special case it is required.

Describe the solution you'd like
Set the setting mail_drop_target.disable_notify as True by default

Describe alternatives you've considered
An alternative would be to send the e-mail only to internal odoo accounts that are followers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant