Account config wizard problem fixed

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

bzr revid: tta@openerp.com-20111219085852-iygkv1v1fnogtce3
This commit is contained in:
Tejas (OpenERP) 2011-12-19 14:28:52 +05:30
parent 0309ea7454
commit bf46d81639
1 changed files with 1 additions and 1 deletions

View File

@ -3419,7 +3419,7 @@ class wizard_multi_charts_accounts(osv.osv_memory):
# Create Bank journals
self._create_bank_journals_from_o2m(cr, uid, obj_wizard, company_id, acc_template_ref, context=context)
return True
return {'type' : 'ir.actions.act_window_close'}
def _prepare_bank_journal(self, cr, uid, line, current_num, default_account_id, company_id, context=None):
'''