_# jeffery # focus on Odoo and other open source IT solutions # IT基础架构资深专家,开源解决方案专家,odoo资深专家__Q:913547235 讨论群397750860

Odoo calendar 提醒器

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));

   

   

例如;

   

   

   

   

   

posted on 2015-12-05 14:12  odoouse  阅读(1473)  评论(0编辑  收藏  举报

导航

_# jeffery # focus on Odoo and other open source IT solutions # IT基础架构资深专家,开源解决方案专家,odoo资深专家