Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Community Apps Dependencies | Show |
Technical Name |
oregional_restapi |
License | LGPL-3 |
Website | https://oregional.hu |
Versions |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Community Apps Dependencies | Show |
Technical Name |
oregional_restapi |
License | LGPL-3 |
Website | https://oregional.hu |
Versions |
Oregional REST API
REST API for common and specific resources
About the app
General information
Please do read the documentation!
Currently this is not a full-fledged REST API.
The main purpose of this implementation is to enable communication with Atlassian Confluence.
Still, the provided authentication and endpoint features make it useful for any other application.
- Register and configure trusted applications
- Use model configurations to decide which fields of a model are made available for a given external application (you can set different name and icon for each model too!)
- Organize model configurations into model schemes, and link the model scheme to one or more external application
- OAuth 2.0 authorization flow (authorization code, access token, refresh token, Basic and Bearer authentication)
- Record name_search with offset, order and limit
- Read operation for one or many records
- Model field query
- Multiple endpoints for common and specific resources, please check the documentation for the current list of provided endpoints
- Demo, documentation, support
Usage
Information for users

Applications
- Client ID and secret
- Own ID and secret
- Use model scheme
- URIs
- Settings for authorization, access token and refresh token expiry

Authorizations
- Administrators can list and revoke user authorizations
- Users can list and revoke their own authorizations

Model configurations
- Control which fields are made available for external applications
- Control under what name should the model be presented for external applications
- Add a custom icon for each model to allow visual model presentation for external applications
- Easy, quick, reusable settings

Model schemes
- Organize model configurations into model schemes
- Link model schemes to applications
- Easy, quick, reusable settings
SysAdmin
Information for operating system and Odoo administrators
- No additional operating system requirement
- No additional Python package requirement
- 3rd party Odoo app dependency only to other Oregional Odoo App
About Oregional
We provide softwares & services for SMEs, NGOs and private entrepreneurs
Visit Us
Demo, documentation, support and additional information is available at our website
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedI'm almost there
I'm trying to use the /orestapi/oauth2/authorization endpoint but it requires an authenticated user and I don't know how to authenticate myself in this process, any idea?
Authetication Not Working
I am unable to authenticate even when using Postman