Odoo REST API: Version 1.0 documentation

Our Odoo REST API Reference houses a lot of information but doesn’t always tell you how you should use it.

If you want to build apps and other integrations for Odoo, this tutorial will walk you through what is required to authenticate and make basic API calls.

Get the module

The module restapi is available on Odoo App Store, Here are links for:

Installation

Install restapi module by following the below steps:

  1. Unzip restapi module to the custom addons directory

  2. Restart Odoo server

  3. Activate Developer Mode from the Settings menu

  4. Navigate to the Apps menu

  5. Click on Update Apps List menu in the left sidebar

  6. Once apps list is updated, click on the Apps menu from left/top side bar

  7. Search module restapi

  8. Click on Install button.

Getting Started

Last updated