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
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
2
Replies
1836
Views
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!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
9
Jun 23
|
11127 | ||
|
2
Jan 22
|
2729 | ||
|
2
Dec 21
|
6265 | ||
|
0
Jun 21
|
1005 | ||
|
0
Feb 21
|
1540 |