This question has been flagged
2 Replies
3112 Views

Hi 

I'm having a problem with Notes and Ideas module in V8.0(Trunk). After a successful installation with admin credentials when I cli on "Notes" or "Ideas" I'm getting the following error error message.

Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/openerp/http.py", line 470, in dispatch result = self._call_function(**self.params) File "/usr/lib/pymodules/python2.7/openerp/http.py", line 294, in _call_function return checked_call(self.db, *args, **kwargs) File "/usr/lib/pymodules/python2.7/openerp/service/model.py", line 113, in wrapper return f(dbname, *args, **kwargs) File "/usr/lib/pymodules/python2.7/openerp/http.py", line 291, in checked_call return self.endpoint(*a, **kw) File "/usr/lib/pymodules/python2.7/openerp/http.py", line 638, in __call__ return self.method(*args, **kw) File "/usr/lib/pymodules/python2.7/openerp/http.py", line 337, in response_wrap response = f(*args, **kw) File "/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py", line 1242, in call_kw return self._call_kw(model, method, args, kwargs) File "/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py", line 1234, in _call_kw return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs) TypeError: read_group() got an unexpected keyword argument 'lazy'

 I've tried reinstalling it but that didn't fix the issue. Did I miss some settings or steps?

Thank you for your help

 

Avatar
Discard
Best Answer

I'm having the same issue

Avatar
Discard

dirty workaround : add this at the end of the _call_kw method (parts/odoo/addons/web/controller/main.py) if 'lazy' in kwargs: kwargs.pop('lazy') return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs)

Best Answer

I found the APIKEY.txt but not work, this is intalled in root folder of etherpad-lite amd i'm getting this error often. Help me please :( .

Avatar
Discard