This question has been flagged

Hello,

I am using the odoo mobile framework to create a mobile application in android.

I am a beginner in odoo,i want to know how the mobile framework is connected to the server (.odoo.com) ?

and how a database is created for the mobile framework ?

can someone please help :(


Avatar
Discard
Best Answer

Hi Rookshar

Odoo mobile appiications normally connect to an Odoo server instance on an specific database using XMLRPC

Here you can find how to do it and examples of 4 programming languages including Java

http://www.odoo.com/documentation/9.0/api_integration.html

Avatar
Discard