openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #11110
[Bug 938807] Re: Partial move breaks traceability
I can't give any further details, for lack of proper documentation about what the fields move_history_ids2 and move_history_ids mean and how they should be handled.
All I can say is that move.copy() resets them and that *looks like* a bad idea in the context I described.
Lionel.
** Changed in: openobject-addons
Status: Expired => Incomplete
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/938807
Title:
Partial move breaks traceability
Status in OpenERP Addons (modules):
Incomplete
Bug description:
The code to split stock moves during partial pickings in move.do_partial() and picking.do_partial() uses move.copy() to create a line representing the goods actually processed.
However move.copy() resets the fields move_history_ids2 and move_history_ids in order to not keep the original's traceability data.
This is not correct here: traceability should be kept during partial pickings.
Lionel.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/938807/+subscriptions
References