Mayur Maheshwari(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-788789-mma into 
lp:openobject-addons.

Requested reviews:
  Rucha (Open ERP) (rpa-openerp)
Related bugs:
  Bug #788789 in OpenERP Addons: "[6.0.x][purchase] action_picking_create: 
broken extensibility "
  https://bugs.launchpad.net/openobject-addons/+bug/788789

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-788789-mma/+merge/73343

Hello,

     purchase: now action_picking_create method returns true


Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-788789-mma/+merge/73343
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-788789-mma.
=== modified file 'purchase/purchase.py'
--- purchase/purchase.py	2011-08-26 14:28:36 +0000
+++ purchase/purchase.py	2011-08-30 09:12:17 +0000
@@ -474,7 +474,7 @@
             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:

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to