This question has been flagged
1 Reply
4555 Views

I have installed this module in odoo-8. I have configured automatic workflow  like  Shipping Policy : Deliver all products at a time. Invoice Policy : on demand,  Invoice on : ordered quantites , create invoice on confirmation of sales order. I have selected all remaining check boxes. I have selected "automatic" in sales order. Cron job interval time one minute. I have waited 10 mins. But the job not started why?

Avatar
Discard
Best Answer

If CRON jobs are still executing the previous job, then all other jobs will not be executed.  After the time limit is reached(set at openerp-server.conf), then only the jobs will start.

You can check whether the scheduler is busy or not with the help of LOG or try to set ACTIVE=False for automatic workflow, then a warning/error is raised by Odoo mentioning that job is still executing.  

So, to reduce repitive error, create a Sales order exception.

Avatar
Discard