Kirti Savalia(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-860249-ksa into 
lp:openobject-addons.

Requested reviews:
  Rucha (Open ERP) (rpa-openerp)
Related bugs:
  Bug #860249 in OpenERP Addons: "Clicking on update button & editing real 
stock quantity will raised traceback"
  https://bugs.launchpad.net/openobject-addons/+bug/860249

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-860249-ksa/+merge/77281

remove trackback when editing the real stock value.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-860249-ksa/+merge/77281
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-860249-ksa.
=== modified file 'stock/wizard/stock_change_product_qty.py'
--- stock/wizard/stock_change_product_qty.py	2011-07-19 11:19:18 +0000
+++ stock/wizard/stock_change_product_qty.py	2011-09-28 06:17:24 +0000
@@ -101,7 +101,7 @@
             inventry_obj.action_confirm(cr, uid, [inventory_id], context=context)
             inventry_obj.action_done(cr, uid, [inventory_id], context=context)
 
-        return {}
+        return {'type': 'ir.actions.act_window_close'}
 
 stock_change_product_qty()
 

_______________________________________________
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