-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Line 346 in dist/odoo.js:
odooRpc.shouldManageSessionId = (reason.result.server_serie < "8"); //server_serie is string like "7.01"
The comparision does not work correctly so the session_id param gets sent. This causes Odoo to deny all messages because of this unnecessary param.
I think the 8 should be without quotes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels