Skip to content
Snippets Groups Projects
Commit 573e20d7 authored by Mayur Maheshwari's avatar Mayur Maheshwari
Browse files

[FIX]purchase:now action_picking_create method returns true

lp bug: https://launchpad.net/bugs/788789 fixed

bzr revid: mma@tinyerp.com-20110830090737-gf4uetngbaet1ku9
parent f0597f36
No related branches found
No related tags found
No related merge requests found
......@@ -474,7 +474,7 @@ class purchase_order(osv.osv):
self.pool.get('stock.move').force_assign(cr, uid, todo_moves)
wf_service = netsvc.LocalService("workflow")
wf_service.trg_validate(uid, 'stock.picking', picking_id, 'button_confirm', cr)
return picking_id
return True
def copy(self, cr, uid, id, default=None, context=None):
if not default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment