Skip to content
Snippets Groups Projects
Commit be0316807e5b authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:ambulance: temporary fix for import_jsonrpc in odoo 13.

import_base_import is still broken and needs fixing (as tests will show)
parent 4ab1b539cdc7
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@
"/web/session/authenticate",
{"db": database, "login": login, "password": password},
)
session_id = data["result"]["session_id"]
session_id = data["result"].get("session_id", None)
uid = data["result"]["uid"]
if uid:
context = data["result"]["user_context"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment