c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #02833
[Bug 667634] Re: object has no attribute 'pool'
This was due to get_module_resource issue and has been fixed.
You would be able to get it fixed on RC2. If you can get the latest code from launchpad, you may check.
Thanks.
** Changed in: openobject-addons
Status: Incomplete => Fix Released
--
object has no attribute 'pool'
https://bugs.launchpad.net/bugs/667634
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Addons Modules: Fix Released
Bug description:
6.0 RC1
Still configuring the database. get this error when clicking on "save as" button for thinderbird pluginn
Unrecoverable error in the server.
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cprequest.py", line 541, in run
self.respond(pi)
File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cprequest.py", line 624, in respond
self.handle_error()
File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cprequest.py", line 746, in handle_error
self.error_response()
File "/mnt/downloads/OpenERP/Openerp-6.0/openerp-web-6.0.0-rc1/addons/openerp/controllers/root.py", line 38, in _cp_on_error
errorpage = cherrypy.request.pool.get_controller("/openerp/errorpage")
File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/__init__.py", line 301, in __getattr__
return getattr(child, name)
AttributeError: 'Request' object has no attribute 'pool'
References