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:
Unzip restapi module to the custom addons directory
Restart Odoo server
Activate Developer Mode from the Settings menu
Navigate to the Apps menu
Click on Update Apps List menu in the left sidebar
Once apps list is updated, click on the Apps menu from left/top side bar
Search module restapi
Click on Install button.
Getting Started
Report Printing
Last updated