MuK REST for Odoo
A customizable RESTful API for Odoo
Key Features
Overview
Enables a REST API for the Odoo server. The API has routes to authenticate and retrieve a token. Afterwards, a set of routes to interact with the server are provided. The API can be used by any language or framework which can make an HTTP requests and receive responses with JSON payloads and works with both the Community and the Enterprise Edition.
To activate the routes even if no database is selected the module should be loaded right at the server start. This can be done by editing the configuration file or passing a load parameter to the start script.
Parameter: --load=web,muk_rest
To access the API in a multi database enviroment without a db filter, the name of the database must be provided with each request via the db parameter ?db=database_name
.