I have a BIG PROBLEM that when leader ( manager ) change deadline, it need to show for user in team know about that, but how can i do that? ( NOT SEND EMAIL ), something just like a pop up notification or maybe some action to tell their users in team know what project is changed deadline.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- 專案管理
- MRP
此問題已被標幟
2
回覆
2521
瀏覽次數
you must overide "write" method.
Can you explain more detail about it? Iam not figure out, what I need now is send message in discuss for that user have assign to this task
@api.multi
def write(self, vals):
res = super(Your_class_name, self).write(vals)
# Debug and send email ...
return res
| 相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
|---|---|---|---|---|
|
|
9
6月 23
|
14134 | ||
|
|
2
1月 22
|
4750 | ||
|
|
2
12月 21
|
8917 | ||
|
|
0
6月 21
|
2695 | ||
|
|
0
2月 21
|
3282 |