跳至内容
菜单
此问题已终结
1 回复
8663 查看

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!

形象
丢弃
最佳答案

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.



形象
丢弃