[FIX] crm_partner_assign: reset next_or_list as returned action by interested wizard

bzr revid: dle@openerp.com-20140221161633-634gj6mlyyahg867
This commit is contained in:
Denis Ledoux 2014-02-21 17:16:33 +01:00
parent 38d6de8e6f
commit 210263bba0
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class crm_lead_forward_to_partner(osv.TransientModel):
lead_obj.convert_opportunity(cr, SUPERUSER_ID, [lead.id], lead.partner_id and lead.partner_id.id or None, context=None)
return {
'type': 'ir.actions.client',
'tag': 'reload',
'tag': 'next_or_list',
'params': {
},
}