openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #26365
[Bug 1234678] Re: [6.1][7.0][trunk][stock] Return a product must drop backorder data
** Attachment added: "back_order.ogv"
https://bugs.launchpad.net/openobject-addons/+bug/1234678/+attachment/3886194/+files/back_order.ogv
** Changed in: openobject-addons
Status: New => 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/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):
Incomplete
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