Skip to content
Snippets Groups Projects
Commit f1fb2249 authored by Bhumika Shrimali's avatar Bhumika Shrimali
Browse files

[IMP] stock:picking invoice wizard set the correct id

bzr revid: sbh@tinyerp.com-20101015100118-th2gg9sf2ltsrpdq
parent 82406c23
No related branches found
No related tags found
No related merge requests found
......@@ -132,10 +132,9 @@ class stock_invoice_onshipping(osv.osv_memory):
'view_type': 'form',
'view_mode': 'tree,form',
'res_model': 'account.invoice',
'view_id': res_id,
'views': id['res_id'],
'context': context,
'type': 'ir.actions.act_window',
'nodestroy': True
}
stock_invoice_onshipping()
......
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