Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
8664 Weergaven

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
Annuleer
Beste antwoord

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
Annuleer