Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 573 |
Technical Name |
odoo_restful_api |
License | OPL-1 |
Website | https://www.linkedin.com/in/absonix/ |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 573 |
Technical Name |
odoo_restful_api |
License | OPL-1 |
Website | https://www.linkedin.com/in/absonix/ |
Community:
Enterprise:


OVERVIEW

This module helps you to connect or integrate any third party application with Odoo. It provides a fluent and easy HTTP based API interface instead of the Odoo default RPC. By design Odoo is shipped with RPC API interfaces which may not be straight forward for many developers that are not familiar with the RPC(s). This is module only cares about generating an HTTP response for each HTTP request, it has nothing to do with your or existing application logic.
It provides HTTP GET, PUT, POST, and DELETE methods and JSON input and output format.
All the small and technical details are mentioned in the README.rst to use this module.

Postman Examples

-
Calling authenticate method from POSTMAN to get Session ID and use it in further api calls.

-
RestApi PUT method from POSTMAN to fetch record from recordID.

-
RestApi PUT method from POSTMAN to update the existing record.

-
Rest POST method from POSTMAN to create a new record in odoo.

-
Calling api DELETE method from POSTMAN to delete a reocord from odoo.

Odoo Services

Inventory
Management

Purchase management, barcode support and shipping: UPS, DHL, USPS,etc multi-company flows.
Odoo
Community Apps

We have a diverse range of Odoo Apps to make your Odoo experience better than ever.
Point of Sale

Point of sale application that will run smoothly whether you're retail store, restaurant even salon.
Website
Builder

Blog, presentations themes, form builder and call-to-actions.
Odoo
Integration Services

With our world-class web and API services in Odoo, our integration services are one of the best in the market.
Marketing

Events, email marketing, live Chat, marketing automation and email marketing templates.
We offer end to end solution for Odoo services. Which includes analysis & consultation on the workflows and integration part. Please note that You're not allowed to distribute this module after purchase! Incase of any question regarding this module feel free to email us on abhaysingh2048@gmail.com.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module