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:
- CRM
- e-Commerce
- Knjigovodstvo
- Zaloga
- PoS
- Projekt
- MRP
This question has been flagged
2
Odgovori
2515
Prikazi
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Prijavi| Related Posts | Odgovori | Prikazi | Aktivnost | |
|---|---|---|---|---|
|
|
9
jun. 23
|
14133 | ||
|
|
2
jan. 22
|
4746 | ||
|
|
2
dec. 21
|
8917 | ||
|
|
0
jun. 21
|
2695 | ||
|
|
0
feb. 21
|
3282 |