Skip to Content
Menu
This question has been flagged
1368 Views

I am having some issues with the Odoo scheduler. I am running Odoo 13.


actions = models.execute_kw(db, uid, password, 'ir.cron', 'search', [[['name', '=', 'Procurement: run scheduler']]])
print(actions)

schedule = models.execute_kw(db, uid, password, 'ir.cron', 'method_direct_trigger', [actions])
print(schedule )

I have attempted to change my config multiple times, increasing the time-outs. But the issue still keeps happening.

The error is

xmlrpc.client.ProtocolError:

Avatar
Discard
Related Posts Replies Views Activity
4
May 24
10077
1
Apr 24
1565
0
Nov 23
525
1
Sep 23
570
2
Aug 23
2427