Weights in shippings when a backorder is generated
Bug #1016007 reported by
Carlos Liebana
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Confirmed
|
Low
|
OpenERP R&D Addons Team 2 |
Bug Description
If we create a delivery order, the weight of the whole order is calculated based on the individual weight of each line. That's correct.
If we add new lines, the weight of the delivery order changes according to the new lines. That's correct.
But, if the delivery order generates a backorder (some lines can be sent and we wait for the remaining ones to receive stock) the weight of the order is not calculated in the delivery order for the remaining products, and the original value is kept (although some products are already sent and processed in the other delivery order). That's a bug.
tags: | added: partial-delivery |
tags: | added: ocb-stock-v1 |
no longer affects: | ocb-addons |
To post a comment you must log in.
Hello Carlos,
I have faced the same problem on trunk as well as 6.1 which is when picking has more then one stock move and we have process only one line. Then main picking doesn't deducted the backorder product's weights it displayed the total weight and back order is displayed correct quantity.
Note: I have checked this issue on internal picking for trunk (due to problem of lp:1016378 not able to check for delivery order). Checked on 6.1 for delivery order faced the same problem as internal picking.
Thanks !