Configuration
If you already have an Odoo server and restapi module installed, you just need to follow the below steps
A user which contains access rights to modify/manage settings in Odoo, he/she will be able to generate/re-generate other users' authentication key. After generation/re-generation of new authentication key, that user can send an email to the respected employee for which he/she has generated an authentication key
Note
Before start, make sure that you have given database filter for single database on which you are going to perform REST API operations.
To use REST API on Odoo, you will need to set the consumer key and secret for the OAuth application on the user account you want to use:
Log in to your Odoo instance with an administrator account
Go to Settings ‣ Users ‣ Users
Click on the user you want to use for REST API access
Click the OAuth applications button
Register an Application you want to interact with your Odoo instance
Click on Save button to generate Consumer Key and Secret
Last updated