You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, just bumped into the same issue with some python lib I'm working on.
On version 7.0, you had to provide a session_id which was used to identify the session, despite already having another 'Cookie' value that hold another session_id.
Simply removing the session_id from the arguments should suffice (but then you'll be incompatible with version 7.0, with a message stating that it can't find your database, as the database info are retrieved thanks to the session id.)
Do you need me to provide a patch ? I might not have any time soon. But a PR would be welcomed.
Here's the full python (server side exception):
Removing the
session_id
from authenticate params will produce then a second similar exception:So it seems the API changed in the ~8.0 series of OpenERP.
The text was updated successfully, but these errors were encountered: