SO partial delivery not available
Bug #789466 reported by
Steffi Frank (Bremskerl, DE)
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 7 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Confirmed
|
Wishlist
|
OpenERP R&D Addons Team 2 |
Bug Description
6.0
addons: 4578 (merge)
server: 3431
client: 4610
steps to reproduce:
- create new product, stockable, MTS, buy, autopicking, no lot tracking
- update stock level to 20 pce in location 'Stock'
- create sales order with this product
-- qty 30
-- procurement method = from stock
-- picking policy = partial delivery
- confirm
- open 'delivery orders'
observed behaviour
- picking list OUT/xxxx in state 'confirmed'
expected behaviour
- picking list OUT/xxxx in state 'available' (partial)
To manage partial delivery you have to 'force availability'.
Second issue: processing doesn't warn 'not enough stock'!
Changed in openobject-addons: | |
assignee: | nobody → OpenERP R&D Addons Team 2 (openerp-dev-addons2) |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
To post a comment you must log in.
"To manage partial delivery you have to 'force availability'.": that's what I though too but actually, what you need to do is split your move in two and assign the quantity that is available.
Granted, you need to find out that quantity by yourself, which is bad.
This and Bug #497806 boil down to the same problem: the system does not split the lines by himself. So please let me mark this a duplicate of the former bug.
Lionel Sausin.