App Description Page
The Odoo REST API endpoints can be used for a variety of purposes such as:
Odoo Version Information:
GET /restapi/1.0/common/version
Logging In:
- OAuth1 Authentication
POST /restapi/1.0/common/oauth1/request_token (Temporary Credential Request endpoint)
GET /restapi/1.0/common/oauth1/authorize (Resource Owner Authorization endpoint)
POST /restapi/1.0/common/oauth1/access_token (Token Credentials Request endpoint)
- OAuth2 Authentication
GET /restapi/1.0/common/oauth2/authorize (Resource Owner Authorization endpoint)
POST /restapi/1.0/common/oauth2/access_token (Token Credentials Request endpoint)
┬а Calling Methods:
- Check Access Rights
GET /restapi/1.0/object/{object_name}/check_access_rights?operation={list_of_operations}
- List Records
GET /restapi/1.0/object/{object_name}/search
- Count Records
GET /restapi/1.0/object/{object_name}/search_count
- Read Records
GET /restapi/1.0/object/{object_name}/{id} (Read Single Record)
GET /restapi/1.0/object/{object_name}?ids={comma_separated_ids} (Read Record Set)
GET /restapi/1.0/object/{object_name}/?domain={comma_separated_list_of_args} (Read Filter Records)
- Listing Record Fields
GET /restapi/1.0/object/{object_name}/fields_get
- Create Records
POST /restapi/1.0/object/{object_name}?vals={values_for_the_object's_fields}
- Update Records
PUT /restapi/1.0/object/{object_name}/{id}?vals={fields_and_values_to_update} (Update Single Record)
PUT /restapi/1.0/object/{object_name}?ids={comma_separated_ids}&vals={fields_and_values_to_update} (Update Record Set)
- Delete Records
DELETE /restapi/1.0/object/{object_name}/{id} (Delete Single Record)
DELETE /restapi/1.0/object/{object_name}?ids={comma_separated_ids} (Delete Record Set)
┬а Report Printing:
GET /restapi/1.0/report/{report_name}/{id} (Print Single Report)GET /restapi/1.0/report/{report_name}?ids={comma_separated_ids} (Print Report Set)
Inspection and Introspection:
- Provides information about Odoo models via its various fields (ir.model)- Provides information about the fields of Odoo models and allows adding custom fields without using Python code (ir.model.fields)
API Quick Reference Guide
Click Here for a quick reference guide to use the odoo REST API.
Notes:
- All the apps are to be purchased separately, for individual versions and individual edition.
- One month free bug support period will be offered pertaining to any one server used, testing or live.
- Synconics is only responsible for providing the module zip file on your registered email, purchased from our app store or directly through our company.
- Synconics is not responsible for installation or updating of the module on any of your server.
- If an error appears in our app due to other custom modules installed in your system or if Odoo base source code is not updated on your system, to make it compatible with your source code, we'll charge you for our efforts to resolve those errors and make the module compatible with your source code.
- Please refer the document for configuration. If any support is needed for module configuration, installation, updating or any help is needed, it will be considered in paid support.
- Please note that you are not allowed to distribute or resell this module after purchase.
- This module is tested and working on Odoo vanilla with Ubuntu OS.
- Support services will be provided from Monday to Friday, 10:30 AM to 7:30 PM IST (Indian Standard Time).
- Support will not be provided during Indian public holidays or company holidays.
This is a preview of the recently viewed products by the user.
Once the user has seen at least one product this snippet will be visible.
Once the user has seen at least one product this snippet will be visible.