Skip to content
Snippets Groups Projects
Commit 05d2862e authored by Quentin De Paoli's avatar Quentin De Paoli
Browse files

[MERGE] lp: 876260

bzr revid: qdp-launchpad@openerp.com-20111114141447-82buq5hzgt17wqz2
parents 550436f0 0c592f7b
No related branches found
No related tags found
No related merge requests found
......@@ -310,10 +310,7 @@ class base_setup_installer(osv.osv_memory):
cr.commit()
self.pool = pooler.restart_pool(cr.dbname, update_module=True)[1]
if 'html' in context:
return {'type' : 'ir.actions.reload'}
else:
return {'type' : 'ir.actions.act_window_close'}
return self.pool.get('res.config').next(cr, uid, [], context=context)
#Migrate data from another application Conf wiz
......
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