You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
534 B

Some modules like `mail_tracking` give the users the possibility to access to
the messages by indirect ways. Odoo have not yet regulated what the users can
do to messages because by default in Odoo no users can access to them.
Thus, this `message_security_author` module enters in scene.
This module restricts who can edit/delete messages. Specifically, a message
may be edited or deleted if and only if:
- The user is who created the message previously.
- The user have special permission (is in the group `Mail Message Manager`)