Skip to content
Snippets Groups Projects
Commit 5b4b32d3 authored by Husen Daudi's avatar Husen Daudi
Browse files

add price_unit value in partial picking.

bzr revid: hda@tinyerp.com-1e3b27368f6428262e1dec6394cbf550820cebb0
parent a734ffe7
Branches
Tags
No related merge requests found
......@@ -161,7 +161,7 @@ def _do_split(self, cr, uid, data, context):
'picking_id' : new_picking,
'state': 'assigned',
'move_dest_id': False,
'price_unit': False,
'price_unit': move.price_unit,
})
move_obj.write(cr, uid, [move.id],
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment