Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
8688 Vues

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
Ignorer
Meilleure réponse

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
Ignorer