When I build a manufacturing order (routing and work centers built and in place) I get this message when I go to my work center or even directly from the manufacturing order to begin production activities: "Impossible to plan the workorder. Please check the workcenter availabilities. I have encountered this message before, but don't know why I got it or why I am getting it again. Odoo version 13.0+e
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
This can happen if you do not have the enough capacity in your work center. For example : There is a field named "Capacity" in your work center form. If you have filled the capacity as 1, then only one operation can happen at a time at that particular work center. So It's possible that you already have some unfinished manufacturing order at that particular work center. You can increase the "capacity" by editing the work center form or you can find the manufacturing order which is using that work center and complete that MO. Then you can plan a new MO at that work center.
Hope this helps..!!
Steffy
Junior odoo consultant
Tel: +353 1 886 5684 (IE) +44 121 285 5684 (UK) +91 964 381 7554 (IN)
Target Integration | CRM • ERP • Cloud
Website | LinkedIn | Twitter | Facebook | YouTube | Instagram
My dB is showing this very error starting today and with only a single product. I kicked up the capacity for each of the work centers in the router to 100 and I still get the same error. Any additional thoughts on what could cause this issue?
Thy setting in problematic mrp.production: date_planned_start several years ahead; (2023, 2024, 2025)
I had the same problem, and when changed to planned date to 2025, it found a slot in 2027.
This is because "plan_hours" method, would iterate in search for a slot, 100 times in intervals of 14 days (so 1400 days, 3,8 years)
If it doesn't find a spot in that interval it would raise that error.
thanks, but still feeling confused about best approach to solve this.
Q. how to change plan_hours method?? approach.??
Q. is there any easy way to find, which MO or WO taking workcenter busy / full capacity??