← Back to team overview

openerp-india team mailing list archive

[Bug 938807] [NEW] Partial move breaks traceability

 

Public bug reported:

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.

** Affects: openobject-addons
     Importance: Undecided
         Status: New


** Tags: partial-delivery

** Tags added: partial-delivery

-- 
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):
  New

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


Follow ups

References