Skip to Content
Menu
This question has been flagged
2 Replies
1836 Views

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.

Avatar
Discard
Best Answer

you must overide "write" method.

Avatar
Discard
Author Best Answer

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


Avatar
Discard

@api.multi

def write(self, vals):

res = super(Your_class_name, self).write(vals)

# Debug and send email ...

return res

Related Posts Replies Views Activity
9
Jun 23
11127
2
Jan 22
2729
2
Dec 21
6265
0
Jun 21
1005
0
Feb 21
1540