Hello, this is my context:
I'm on version 12 of odoo CE, under a docker environment.
Currently I have to succeed in creating a task (project module) when an order is validated (sale module) and this by retrieving information from my order
Do you know if there is a module to do this or that looks like it so I can be inspired by it ?
Or do you have any leads so I can do it myself?
I started looking at @api.onchange and @api.depends without much success, I'm currently looking at ir.actions.server, I tell myself that if I don't do it automatically I can create a button in the command to do it.
Thank you in advance for your advices, this is an internship subject and I'm a little lost right now...
Its default feature in odoo as Mitul specified in his answer, in addition to this you can check this video : https://www.youtube.com/watch?v=gKQ5tG4vK7s