Hardik Ansodariya (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-usability-stock_of_product-han into 
lp:~openerp-dev/openobject-addons/trunk-usability.

Requested reviews:
  Amit (Open ERP) (apa-tiny)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability-stock_of_product-han/+merge/68360
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability-stock_of_product-han/+merge/68360
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-usability.
=== modified file 'stock/wizard/stock_change_product_qty.py'
--- stock/wizard/stock_change_product_qty.py	2011-05-30 16:31:58 +0000
+++ stock/wizard/stock_change_product_qty.py	2011-07-19 11:26:20 +0000
@@ -101,15 +101,7 @@
             inventry_obj.action_confirm(cr, uid, [inventory_id], context=context)
             inventry_obj.action_done(cr, uid, [inventory_id], context=context)
 
-        return {
-            'domain': "[('id','=', %s)]" % (inventory_id),
-            'name' : _('Physical Inventories'),
-            'view_type': 'form',
-            'view_mode': 'tree,form',
-            'res_model': 'stock.inventory',
-            'context': context,
-            'type': 'ir.actions.act_window',
-        }
+        return {}
 
 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