-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Here's the full python (server side exception):
Traceback (most recent call last):
File "/home/vaab/devel/python/0k-oe/openobject-server/openerp/http.py", line 321, in dispatch
response["result"] = self._call_function(**self.params)
File "/home/vaab/devel/python/0k-oe/openobject-server/openerp/http.py", line 195, in _call_function
return self.func(*args, **kwargs)
TypeError: authenticate() got an unexpected keyword argument 'session_id'
Removing the session_id from authenticate params will produce then a second similar exception:
Traceback (most recent call last):
File "/home/vaab/devel/python/0k-oe/openobject-server/openerp/http.py", line 321, in dispatch
response["result"] = self._call_function(**self.params)
File "/home/vaab/devel/python/0k-oe/openobject-server/openerp/http.py", line 194, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/home/vaab/devel/python/0k-oe/openobject-server/openerp/service/model.py", line 111, in wrapper
return f(dbname, *args, **kwargs)
File "/home/vaab/devel/python/0k-oe/openobject-server/openerp/http.py", line 189, in checked_call
return self.func(*a, **kw)
TypeError: search_read() got an unexpected keyword argument 'session_id'
So it seems the API changed in the ~8.0 series of OpenERP.
Metadata
Metadata
Assignees
Labels
No labels