Hi community
I've been trynig to develop android application that connects to odoo server with json-rpc.
I found this example : https://anybox.fr/blog/android-connexion-a-openerp-en-json-rpc-au-travers-du-http-et-https ,
But it doesn't work ( server returns always session_id even if login/pass are wrong, and keeps rising SESSION_EXPIRED exception no matter how i did). And the author is not answering my requests.
All resources i found about json and odoo are in python or javascript. Also ther is a lack of documentation about rpc calls with json in odoo. I mean what url and data params should i use exactly for authentication ?
Does any one have an idea, how to do it ?
If someone is interested to help. I plan to build a generic odoo-json-android-connector on github and make it freely available. If any one can help, let me know.