This question has been flagged
1 Reply
2769 Views

Hi, I want to know how to auto launch a function 4 hours after saving a form. It is like "cron" in linux.

Please HELP

Avatar
Discard
Best Answer

OpenERP has a personal cron called (with a lot of fantasy) "cron" :)

The cron class is ir.cron

You can inherit create or write function of your class and create a record in ir.cron when you call a particolar function.

Avatar
Discard
Author

THANK YOU VERY MUCH Francesco Apruzzese. Really thanks

:) Pleasure to have helped you