Skip to Content
Menu
This question has been flagged
1 Reply
2700 Views

Are there any events triggered in the Odoo system? Say I want to develop a module that does somethign everytime a Task is created. I know I can extend/inherit the model, and hook into the "create" function. But that does not feel like the right way to do it. I was looking around the Odoo system for some event functionality to hook into. Something like Django signals.

Avatar
Discard
Best Answer

Hi! Did you try the Automated Actions? With this feature you can automatically trigger actions on model based on a trigger condition. Go to Setting > Technical > Automation > Automated Actions.

P.S. If it's not available install the base_automation module first.

Regards

Avatar
Discard
Related Posts Replies Views Activity
2
May 25
1564
0
Mar 24
1386
2
Nov 16
5593
3
Feb 16
16297
3
Mar 15
9036