[FIX] The main application wizard must trigger chart of account wizardS

lp bug: https://launchpad.net/bugs/876260 fixed

bzr revid: mdi@tinyerp.com-20111031055221-qvwgi4w7hfpdjcco
This commit is contained in:
Divyesh Makwana (Open ERP) 2011-10-31 11:22:21 +05:30
parent 01dce90eb4
commit 7dace5081d
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,9 @@ class res_config_configurable(osv.osv_memory):
res = next.action_launch(context=context)
res['nodestroy'] = False
return res
if 'html' in context:
return {'type' : 'ir.actions.reload'}
return {'type' : 'ir.actions.act_window_close'}
def start(self, cr, uid, ids, context=None):