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
- Financeiro
- Inventário
- PoS
- Projeto
- MRP
Esta pergunta foi sinalizada
2
Respostas
2520
Visualizações
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
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-se| Publicações relacionadas | Respostas | Visualizações | Atividade | |
|---|---|---|---|---|
|
|
9
jun. 23
|
14134 | ||
|
|
2
jan. 22
|
4750 | ||
|
|
2
dez. 21
|
8917 | ||
|
|
0
jun. 21
|
2695 | ||
|
|
0
fev. 21
|
3282 |