An open API service indexing awesome lists of open source software.

https://github.com/oca/rest-framework


https://github.com/oca/rest-framework

addons erp hacktoberfest oca odoo python

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

[![Runboat](https://img.shields.io/badge/runboat-Try%20me-875A7B.png)](https://runboat.odoo-community.org/builds?repo=OCA/rest-framework&target_branch=18.0)
[![Pre-commit Status](https://github.com/OCA/rest-framework/actions/workflows/pre-commit.yml/badge.svg?branch=18.0)](https://github.com/OCA/rest-framework/actions/workflows/pre-commit.yml?query=branch%3A18.0)
[![Build Status](https://github.com/OCA/rest-framework/actions/workflows/test.yml/badge.svg?branch=18.0)](https://github.com/OCA/rest-framework/actions/workflows/test.yml?query=branch%3A18.0)
[![codecov](https://codecov.io/gh/OCA/rest-framework/branch/18.0/graph/badge.svg)](https://codecov.io/gh/OCA/rest-framework)
[![Translation Status](https://translation.odoo-community.org/widgets/rest-framework-18-0/-/svg-badge.svg)](https://translation.odoo-community.org/engage/rest-framework-18-0/?utm_source=widget)

# rest-framework

rest-framework

[//]: # (addons)

Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[base_rest](base_rest/) | 18.0.1.1.1 | | Develop your own high level REST APIs for Odoo thanks to this addon.
[base_rest_auth_api_key](base_rest_auth_api_key/) | 18.0.1.1.0 | lmignon | Base Rest: Add support for the auth_api_key security policy into the openapi documentation
[base_rest_pydantic](base_rest_pydantic/) | 18.0.1.0.2 | | Pydantic binding for base_rest
[extendable](extendable/) | 18.0.1.0.2 | lmignon | Extendable classes registry loader for Odoo
[fastapi](fastapi/) | 18.0.1.3.0 | lmignon | Odoo FastAPI endpoint
[pydantic](pydantic/) | 18.0.1.0.1 | lmignon | Utility addon to ease mapping between Pydantic and Odoo models
[rest_log](rest_log/) | 18.0.1.0.1 | simahawk | Track REST API calls into DB

[//]: # (end addons)

## Licenses

This repository is licensed under [AGPL-3.0](LICENSE).

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](http://odoo-community.org/), is a nonprofit
organization whose mission is to support the collaborative development of Odoo features
and promote its widespread use.