Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 503 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 503 Bytes

OdooRpcJava

Basic Odoo API sample in Java

This sample contains:

  • authenticate() as well as search_read() APIs of Odoo.
  • CookieJar for cookie management

Requirements

  • Android Studio 3.5.2 or higher

How to run

  1. Update the following fields in MainActivity.java
public static final String BASE_URL = "";
public static final String LOGIN = "";
public static final String PASSWORD = "";
public static final String DATABASE = "";
  1. Build the project
  2. Run.

Happy Coding