How to activate an ir.cron

I added an ir.cron with “interval_type=days” and “interval_number=1” on the model “claim.service”.

But the system does not make the automatic call to this cron, I have to force the call each time manually with the button “Run Once”.

Is there a setting to do? Do you have an idea how to make the automatic call to this cron ?

Have you looked in the docs? : How to start the server — trytond latest documentation

As @2cadz said, you have to launch trytond-cron for all the databases you are running to get cron executed.

THANKS !

I succeeded in launching the cron server and my scheduled action is well functional.
But I had to add the PYTHONPATH to the command.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.