JSON RPC not working
Bug #1126180 reported by
Parthiv Patel
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openerp-client-lib |
Invalid
|
Undecided
|
Unassigned |
Bug Description
I have tried to connect to one of my database using your example, and changed protocol from xmlprc to jsonrpc, but found that it's not working as expected. Getting 404 Error.
connection = get_connection(
user_model = connection.
ids = user_model.
user_info = user_model.
print user_info["name"]
Cheers,
Parthiv
To post a comment you must log in.
Hello,
Jsonrpc only works in the trunk of OpenERP, so if you are using versions 7.0 or 6.1 it's normal it doesn't work.
I will suppose this was an invalid bug report, but if you can reproduce it with the trunk version of the web branch (revision 3720 or greater), please change the status of the bug report.