Amit Parik (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-960982-amp into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #960982 in OpenERP Addons: "read of stock.partial.picking.line via XML 
RPC causes crash"
  https://bugs.launchpad.net/openobject-addons/+bug/960982

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-960982-amp/+merge/98611
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-960982-amp/+merge/98611
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-960982-amp.
=== modified file 'stock/wizard/stock_partial_picking.py'
--- stock/wizard/stock_partial_picking.py	2012-01-31 13:36:57 +0000
+++ stock/wizard/stock_partial_picking.py	2012-03-21 11:33:19 +0000
@@ -57,6 +57,7 @@
 
 class stock_partial_picking(osv.osv_memory):
     _name = "stock.partial.picking"
+    _rec_name = 'picking_id'
     _description = "Partial Picking Processing Wizard"
 
     def _hide_tracking(self, cursor, user, ids, name, arg, context=None):

_______________________________________________
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