This question has been flagged
1 Reply
1733 Views

How to configure a cron that calls a specific server action?

Avatar
Discard
Author Best Answer

This is not working for for v10 and v11, only tested on v9. If you want to configure a cron that calls a specific server action you should create an schedule action. Then in the tab technical data, you have to fill these fields

object: ir.actions.server

method: run

Arguments: ([server action id],)

The run method is applying the server action you specified.

Avatar
Discard