Stock moves are considered unavailable even if a partial quantity is available
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Confirmed
|
Wishlist
|
OpenERP R&D Addons Team 2 |
Bug Description
Install mrp_jit, sales and stock modules
Make a sales order, Packing Policy = partial delivery including this lines:
Product A: Line quantity = 3 --> Product A virtual stock available > 3
Product B: Line quantity = 5 --> Product B virtual stock available < 5 and > 0
Product C: Line quantity = 10 --> Product C virtual stock available = 0
Confirm order.
Packing is created on status confirmed. Even if there is some partial delivery available it is not shown as disposable. This could be considered correct but disposable would be also correct.
So... open the pack. Push confirm availability button. The first line Product A is shown as disposable but lines containing products B and C are not.
It is correct for line C but, maybe not so correct for line B, as partial stock is available for delivering.
Push now make packing button -->
0 quantity to be packed is shown on lines B and C. It's correct for line C but not for line B where more than cero products are available to be delivered.
So I think there is a bug here. On packing lines, the available quantity instead cero should be shown.
-------
Additionally... I think the best way to solve correctly the complete process should be adding a new partial delivery status on packing and packing lines, so user could perfectly filter completly disposable packings, partial disposable packings and confirmed or not available packings. (This part of bug should be a wishlist or blueprint)
Thank you very much:
Ana
Changed in openobject-addons: | |
assignee: | nobody → Jay (Open ERP) (jvo-openerp) |
Changed in openobject-addons: | |
assignee: | Jay (OpenERP) (jvo-openerp) → nobody |
Changed in openobject-addons: | |
status: | New → Triaged |
Hello Ana,
Push now make packing button -->
0 quantity to be packed is shown on lines B and C. It's correct for line C but not for line B where more than zero products are available to be delivered.
=>May be you need to install module : sale_supplier_ direct_ delivery.
=>After installed this you need to checked : True the filed which is exist in supplier information in product form.
so for that particular product it will directly put available quantity in stock picking.
Hope this will help you.
Thanks