Comment 13 for bug 922024

Revision history for this message
Carlos Fonseca - 3RP (ccarly) wrote :

SO: Ubuntu 10.12
Build: 1061
Openerp v7.0

Starting openerp server with --no-database-list not working with new web

https://....//#menu_id=106&action=94

BUG:

Client Traceback (most recent call last):
  File "/home/openerp/source/web/addons/web/http.py", line 195, in dispatch
    response["result"] = method(self, **self.params)
  File "/home/openerp/source/web/addons/web/controllers/main.py", line 708, in get_list
    return db_list(req)
  File "/home/openerp/source/web/addons/web/controllers/main.py", line 87, in db_list
    dbs = proxy.list()
  File "/home/openerp/source/web/addons/web/session.py", line 28, in proxy_method
    result = self.session.send(self.service_name, method, *args)
  File "/home/openerp/source/web/addons/web/session.py", line 95, in send
    raise xmlrpclib.Fault('AccessDenied', str(e))

Server Access denied.