We have a client that needs to be able to run the Procurement Scheduler in such a way that the MOs and POs get produced as expected from procurement records, but we'd like the Delivery Order updates to be skipped.
- We have automated inventory reservations turned off and the client would like to use the Check Availability button to manually reserve inventory in most cases, or just make their own inventory allocations. This is important in the case of lot numbered and serial numbered inventory because Odoo won't always assign the correct lot number.
- In an ideal world we would like to build our own Scheduled Actions that call each of the components of the model.run_scheduler(True) process. For example, we could configure to only run_delivery_scheduler in certain data cases and run_mrp_scheduler and run_purchase_scheduler for all cases.
Can the community think of any way to accomplish this? I would think other customers have run into this challenge as well. Unfortunately, if we choose to turn off the existing model.run_scheduler(True) then we would be lacking the MO and PO functionality that the client finds convenient.
Geoff
One possibility to avoid allocation to delivery, is to create a special location in the warehouse for Source location in delivery operations. (Inventory->Configuration->Opertaion type. For the delivery you must then make a manual transfer from warehouse to that location. An extra working step, and no ideal. But might work .