This question has been flagged
1 Reply
7901 Views

In Odoo12  demo, I noticed that activity notifications show up on the home page next to chat notifications. These activities are related to different apps. If I am creating a new app, how can I notify users of such custom activities in my app? How is this done in the Odoo servers-side APIs? And where can I find this in the documentation?

Thank you!

Avatar
Discard
Best Answer

Hello Stephen,

Activity you can create from menu setting-->Email-->activity type. Into activity type you can define model. so that activity will link only to that model.

Second thing you can create using demo xml data also. so no need to go in menus and create records manually.

TO get notification, you need to inherit mail thread same like sale order. where you can get 'bell' icon, which show different type of activity will have notification set for followers.

See bellow screen shot may help.



Avatar
Discard