Skip to Content
Menu
This question has been flagged
1 Reply
8451 Views

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.


Avatar
Discard
Best Answer

Odoo using xml-rpc

Here is a new book that teach interfacing android and odoo using xml-rpc.. it quit impresive and u can modified everything in every module...

https://play.google.com/store/books/details/akhmad_daniel_sembiring_5_DAYS_MASTERING_ODOO_ANDR?id=CXriCgAAQBAJ

Avatar
Discard