Skip to content
Snippets Groups Projects
Commit 776d1ee0 authored by Samuel Degueldre's avatar Samuel Degueldre Committed by Sébastien Theys
Browse files

[IMP] mail: allow user to delete their messages


This commit allows users to "delete" their messages in discuss, as well
as their notes on other records. Admins can delete anyone discuss
messages or notes. Tracking messages such as a change in stage or other
cannot be deleted.

This "delete" is a "soft-delete" in that it only empties the message's
content, so that it is no longer displayed in the UI, but remains in the
database so that people who got notified by email can still reply to the
message, among other things.

task-2365646

closes odoo/odoo#74857

Signed-off-by: default avatarSébastien Theys (seb) <seb@odoo.com>
parent e67a1232
No related branches found
No related tags found
No related merge requests found
Showing
with 406 additions and 284 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment