Comment 8 for bug 884982

Revision history for this message
Stephan Cordes (stephancordes) wrote :

I tryed the openerp_6.1dev-20111118-020001-1_all.deb
in Ububtu 11.10 with postgres 8.4 and python 2.7
I used the included webclient in localhost:8069

the same Error after Installing l10n_de (first of all, no demos)
"No such external ID currently defined in the system: account.account_type_receivable"

All my tests with different systems gives me the same result.

the following error is new:
After "ok" in the errormessage, there is a new message:

Client Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/openerp/addons/web/common/http.py", line 154, in dispatch
    response["result"] = method(controller, self, **self.params)
  File "/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py", line 616, in load
    return {'data': self.do_load(req)}
  File "/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py", line 630, in do_load
    menu_ids = Menus.search([], 0, False, False, context)
  File "/usr/lib/pymodules/python2.7/openerp/addons/web/common/openerplib/main.py", line 429, in proxy
    *args)
  File "/usr/lib/pymodules/python2.7/openerp/addons/web/common/openerplib/main.py", line 306, in proxy
    result = self.connector.send(self.service_name, method, *args)
  File "/usr/lib/pymodules/python2.7/openerp/addons/web/common/openerplib/main.py", line 276, in send
    raise fault

Server Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/openerp/addons/web/common/openerplib/main.py", line 257, in send
    result = openerp.netsvc.dispatch_rpc(service_name, method, args)
  File "/usr/lib/pymodules/python2.7/openerp/netsvc.py", line 325, in dispatch_rpc
    result = ExportService.getService(service_name).dispatch(method, params)
  File "/usr/lib/pymodules/python2.7/openerp/service/web_services.py", line 577, in dispatch
    security.check(db,uid,passwd)
  File "/usr/lib/pymodules/python2.7/openerp/service/security.py", line 42, in check
    return user_obj.check(db, uid, passwd)
AttributeError: 'NoneType' object has no attribute 'check'

Regards
Stephan