← Back to team overview

openerp-dev-web team mailing list archive

[Bug 681291] Re: No configuration wizard after database creation

 

Server side traceback:

model: ir_translation, search.args: [('lang', '=', 'fr_BE'), ('type', '=', 'code'), ('name', '=', 'addons/base/module/wizard/base_module_import.py'), ('src', '=', 'Error !')]
model: lang, search.args: [('translatable', '=', True)]
[2010-11-25 16:47:34,747][web_bug_34] ERROR:web-services:[01]: CREATE DATABASE
[2010-11-25 16:47:34,747][web_bug_34] ERROR:web-services:[02]: Traceback (most recent call last):
[2010-11-25 16:47:34,747][web_bug_34] ERROR:web-services:[03]:   File "/home/oli/work/bzr_repos/trunk/server_addons_only/bin/service/web_services.py", line 106, in __call__
[2010-11-25 16:47:34,747][web_bug_34] ERROR:web-services:[04]:     modobj.update_translations(cr, 1, mids, lang)
[2010-11-25 16:47:34,747][web_bug_34] ERROR:web-services:[05]:   File "/home/oli/work/bzr_repos/trunk/server_addons_only/bin/addons/base/module/module.py", line 471, in update_translations
[2010-11-25 16:47:34,748][web_bug_34] ERROR:web-services:[06]:     tools.trans_load(cr.dbname, f, lang, verbose=False, context=context)
[2010-11-25 16:47:34,748][web_bug_34] ERROR:web-services:[07]:   File "/home/oli/work/bzr_repos/trunk/server_addons_only/bin/tools/translate.py", line 758, in trans_load
[2010-11-25 16:47:34,748][web_bug_34] ERROR:web-services:[08]:     r = trans_load_data(db_name, fileobj, fileformat, lang, strict=strict, verbose=verbose, context=context)
[2010-11-25 16:47:34,748][web_bug_34] ERROR:web-services:[09]:   File "/home/oli/work/bzr_repos/trunk/server_addons_only/bin/tools/translate.py", line 857, in trans_load_data
[2010-11-25 16:47:34,748][web_bug_34] ERROR:web-services:[10]:     ('name', '=', dic['res_id'].split('.', 1)[1]),
[2010-11-25 16:47:34,748][web_bug_34] ERROR:web-services:[11]: IndexError: list index out of range

-- 
No configuration wizard after database creation
https://bugs.launchpad.net/bugs/681291
You received this bug notification because you are a member of OpenERP
SA's Web Client R&D, which is a bug assignee.

Status in OpenObject Web Client: Confirmed

Bug description:
After creating a new database, the view stays in database creation view, instead of being redirected to the configuration wizards.

So you need to click on the OpenERP button (home page) to get the login form and the configuration wizards which is not obvious.

branch: trunk
revision number: 3951