c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #06801
[Bug 528320] Re: [stock] picking cancels done moves (5.0)
Hello Dukai,
it has been fixed in branch lp:~~openerp/openobject-addons/trunk
Revision ID: sbh@xxxxxxxxxxx-20100916124412-fjwhh0ms6935f30i
Thanks.
** Changed in: openobject-addons
Status: Confirmed => Fix Released
--
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/528320
Title:
[stock] picking cancels done moves (5.0)
Status in OpenObject Addons Modules:
Fix Released
Bug description:
Hi!
5.0 latest bzr.
When a picking is cancelled, it cancels all moves, even if the moves are in done state. 'done' moves should never be altered.
Test case:
A picking with 3 moves. 2 of them are assigned, 1 is only confirmed because it doesn't have enough stock. Make the picking done and write the originally requested amount for move 3 instead of 0 in the partial picking wizard. Force the picking.
Now there are 2 done lines and an assigned line. The stock worker changes his mind and cancels the picking. All 3 lines become cancelled.
Fix is provided in the attached patch.