← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 820812] Re: bug while creating a new db

 

fixed as of xmo@xxxxxxxxxxx-20110804103725-9o6uuvg5zb15rp6h

** Changed in: openerp-web
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/820812

Title:
  bug while creating a new db

Status in OpenERP Web:
  Fix Released

Bug description:
  in new web client, chrome,

  create a new db and uncheck "Demo Data" : bug

  
  127.0.0.1 - - [04/Aug/2011:08:48:51] "POST /base/session/get_lang_list HTTP/1.1" 200 3847 "http://localhost:8002/base/webclient/home"; "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16"
  Calling /base/database <base.controllers.main.Database object at 0x1e3eb50> create <bound method Database.create of <base.controllers.main.Database object at 0x1e3eb50>>
  --> Database.create {'params': {'fields': [{'name': 'super_admin_pwd', 'value': 'admin'}, {'name': 'db_name', 'value': 'trunk_16'}, {'name': 'db_lang', 'value': 'en_US'}, {'name': 'create_admin_pwd', 'value': 'a'}, {'name': 'create_confirm_pwd', 'value': 'a'}], 'session_id': '4b130a90906d44abb298445df61cdd4c'}, 'jsonrpc': '2.0', 'method': 'call', 'id': None}
  [04/Aug/2011:08:49:13]  An error occured while handling a json requestTraceback (most recent call last):
    File "/home/aline/openerp/web/openerp-web/openerpweb/openerpweb.py", line 307, in dispatch
      response["result"] = method(controller, self, **self.params)
    File "/home/aline/openerp/web/openerp-web/addons/base/controllers/main.py", line 177, in create
      params)
  KeyError: 'demo_data'

To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-web/+bug/820812/+subscriptions


References