Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 4.16 KB

README.md

File metadata and controls

60 lines (44 loc) · 4.16 KB

Runboat Pre-commit Status Build Status codecov Translation Status

Rest Frameworks

This repository has nice modules to interact with Odoo using JSON and HTTP requests.

Available addons

addon version maintainers summary
base_rest 15.0.1.2.2 lmignon Develop your own high level REST APIs for Odoo thanks to this addon.
base_rest_auth_api_key 15.0.1.0.0 lmignon Base Rest: Add support for the auth_api_key security policy into the openapi documentation
base_rest_auth_user_service 15.0.1.0.1 Login/logout from session using a REST call
base_rest_datamodel 15.0.1.1.0 Datamodel binding for base_rest
base_rest_demo 15.0.1.0.3 lmignon Demo addon for Base REST
base_rest_pydantic 15.0.4.3.2 Pydantic binding for base_rest
datamodel 15.0.1.0.1 lmignon This addon allows you to define simple data models supporting serialization/deserialization
extendable 15.0.1.0.1 lmignon Extendable classes registry loader for Odoo
graphql_base 15.0.1.0.1 sbidoul Base GraphQL/GraphiQL controller
graphql_demo 15.0.1.0.1 sbidoul GraphQL Demo
model_serializer 15.0.1.2.0 fdegrave Automatically translate Odoo models into Datamodels for (de)serialization
pydantic 15.0.1.1.2 lmignon Utility addon to ease mapping between Pydantic and Odoo models
rest_log 15.0.1.0.1 simahawk Track REST API calls into DB

Unported addons

addon version maintainers summary
base_rest_auth_jwt 15.0.1.1.0 (unported) lmignon Base Rest: Add support for the auth_jwt security policy into the openapi documentation

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA) policy. Consult each module's __manifest__.py file, which contains a license key that explains its license.


OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.