scheduling partial shipments
Bug #400649 reported by
David Janssens
This bug report is a duplicate of:
Bug #497806: Stock moves are considered unavailable even if a partial quantity is available.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Invalid
|
Undecided
|
Unassigned |
Bug Description
Currently, packing lists are not created automatically from sales orders with partial shipments.
Suppose i make a SO with qty=10 for a MTS product and i have 3 products in stock.
After running the scheduler, i would like a PO for 7 to be created and a picking list of 3 to be assigned. (because 3 products can be sent immediately and 7 have to be purchased, supposing min stock rule with min_stock=0 max_stock=0).
But, openerp currently only creates the PO of 7 and leaves the packing list qty=10 state=confirmed. So the stock worker has to make manually a partial shipment of 3, it would be better if this was already planned by the scheduler beforehand.
Any ideas on how to fix this?
To post a comment you must log in.
I have also seen the same thing.