Skip to content
Snippets Groups Projects
Commit ceb222bb authored by Hardik Ansodariya's avatar Hardik Ansodariya
Browse files

[IMP]:stop opening of inventory form while changing of product stock

bzr revid: han@tinyerp.com-20110719111918-u6nza3n740csvp2g
parent bcf4574d
No related branches found
No related tags found
No related merge requests found
......@@ -101,15 +101,7 @@ class stock_change_product_qty(osv.osv_memory):
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()
......
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