码迷,mamicode.com
首页 > 其他好文 > 详细

Odoo calendar 提醒器

时间:2015-12-05 15:44:16      阅读:334      评论:0      收藏:0      [点我收藏+]

标签:

Odoo calendar 提供了一个提醒功能,它包含邮件通知以及web client弹窗功能

? ?

创建日历事件的时候,可以设置提醒器

? ?

Meeting [ calendar.event ]

? ?

技术分享

? ?

? ?

Reminder [ calendar.alarm]

? ?

技术分享

? ?

包含 2种类型

  1. Email
  2. Notification

? ?

? ?

然后再通过 calendar.alarm_manager 接口对象 封装供 webclient 调用

?

Web client 5分钟 查询一次 接口对象 calendar.alarm_manager 的接口 get_next_notif()

? ?

code… calendar/static/src/js/base_calendar.js Line 209 当发现接口中有需要展示的通知时,就会展示 通知

? ?

self.notification_manager.display(newCalendarNotification(self.notification_manager,res.title,res.message,res.event_id));

? ?

? ?

例如;

? ?

技术分享

? ?

? ?

? ?

? ?

Odoo calendar 提醒器

标签:

原文地址:http://www.cnblogs.com/odoouse/p/5021509.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!