Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
4264 Visualizzazioni

How to change the state of model by sending workflow transition signal form other model in Odoo9 ?

For example Model A and Model B have some state same like start, progress, pending and close. So in Model A when state change to start or progress the also a same transition signal send to Model B to change its state?
Thanks in advance for any help.

Avatar
Abbandona
Autore Risposta migliore

I have solved my problem.
Here is code:
self.env["module.model"].browse(id).signal_workflow("close")
id should be same model for which signal is send and "close" is signal.

Avatar
Abbandona

good i am having the same issue and your solution worked nice

Thanks Man. It works. I appreciate.

Post correlati Risposte Visualizzazioni Attività
1
ago 25
403
2
lug 25
573
1
lug 25
525
2
lug 25
553
1
giu 25
549