I have a server action (with id 421) that changes the field value of a specific partner.
Then I have a scheduled action that calls the server action like this:
Object: ir.actions.server
Method: _run_actions
Arguments: ([421],)
The server action, if started from the "more" menu, works but if I manually start the scheduled action, nothing happens and I don't even have any errors.
I don't think you can use a Scheduled Action to do that. Maybe someone with more technical knowledge will explain why!
I got to this point following other forum posts so I assume it can be done but there is something in my odoo that is not right.