Skip to Content
Menu
This question has been flagged
1 Reply
2508 Views

I've searched the forums on this and can't believe no one else has asked this question.  Hoping someone out there has a solution to this.

So when I get a notification that someone has tagged me on something in Odoo I click the message and the notification goes away, as expected. If I accidentally close the popup then there is no easy way to go back and find that message again. It doesn't show in the discuss app because it's been read. And yes, I know I can star the message for later review but in a busy day I do forget sometimes. And I know that if I forget then my users will also forget and that will lead to frustration. 

Is there a way to perhaps show the last couple of days of message activity in the Discuss app?

I've also considered creating a module for just that purpose but that puts the message archive in a separate app in Odoo. And I noticed that Studio won't allow me to change the Discuss app.

Thanks in advance.

Avatar
Discard
Best Answer

Hi,

By default you can see all messages under this menu, Settings -> Technical -> Email -> Messages(In debug mode), search view is available for it, you can filter the records accordingly. 


The model is mail.message, using the studio you can create a new menu and assign this model to it and give domain based on the users.


Thanks

Avatar
Discard