c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #21803
[Bug 553112] Re: Partial packing : Wrong Quantity being written on new move
+1
We've got a big problem with this bug, that I don't consider wishlist at
all. We've syncronized delivery/incoming orders for one customer with
his carrier, and when there are partial pickings it doesn't work because
there's a new order with the amount confirmed instead of the amount
which is not.
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/553112
Title:
Partial packing : Wrong Quantity being written on new move
Status in OpenERP Modules (addons):
Won't Fix
Bug description:
In v5.0, when you make a partial packing the wizard will create a copy of the packing and stock moves.
That's fine but then it does something I find rather weird:
- it lets the original stock picking and stock move "confirmed" and sets the quantities to the quantities remaining to be sent
- it sets the quantities actually sent to the stock new moves
- and it marks the old picking a backorder of the new one
As a result, the old picking seems to have "changed identity": new id, new reference. Anything you've printed, sent announced to your customer or your carrier is obsolete.
If you happen to have a little complex situation (like several partial pickings in a row), it's incredibly difficult for the user to understand what happened.
The wizard should:
- copy the picking
- use the original picking as the one actually sent
- use the copy as the one remaining to be sent
- mark the copy a backorder of the original.