← 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

 

** Branch linked: lp:~yann-papouin/ocb-addons/6.1-bug-1234678-return-
product-backorder-false

-- 
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):
  Fix Committed
Status in OpenERP Addons (modules):
  New

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