← Back to team overview

openerp-india team mailing list archive

[Bug 1234678] Re: [6.1][7.0][trunk][stock] Return a product must drop backorder data

 

** Changed in: ocb-addons/6.1
       Status: Fix Committed => Fix Released

-- 
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/1234678

Title:
  [6.1][7.0][trunk][stock] Return a product must drop backorder data

Status in OpenERP Community Backports (Addons):
  New
Status in OpenERP Community Backports (Addons) 6.1 series:
  Fix Released
Status in OpenERP Community Backports (Addons) 7.0 series:
  New
Status in OpenERP Addons (modules):
  Confirmed

Bug description:
  The backorder_id field must be set to False when creating the new
  return picking

  in "stock_return_picking.py"
  new_picking = pick_obj.copy(cr, uid, pick.id, {'name':'%s-%s-return' % (new_pick_name, pick.name),

  otherwise it will use the backorder_id of the original picking object
  -> invalid

  Fix for 6.1, 7.0, trunk is necessary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ocb-addons/+bug/1234678/+subscriptions


References