[MERGE] lp: 876260

bzr revid: qdp-launchpad@openerp.com-20111114141447-82buq5hzgt17wqz2
This commit is contained in:
Quentin (OpenERP) 2011-11-14 15:14:47 +01:00
commit 05d2862e94
1 changed files with 1 additions and 4 deletions

View File

@ -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