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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
4923
瀏覽次數
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.