Wiki

Clone wiki

OpenERPConnection / Home

Android: OpenEPR Connection

This is an Android connection example to OpenERP. Fetching partners through http (http-example branch) and https (https-example branch) using json-rpc.

Https connection use self-signed certificate.

Here, you can find french blog post about this example.

QuickStart:

Get source code :

git clone git@bitbucket.org:petrus-v/openerpconnection.git

Use the https-example :

git fetch && git checkout https-example

Add android-json-rpc-0.3.4.jar to the /libs/ directory

Add other needs android directories.

Have fun!

Updated