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

https://github.com/oca/connector

Odoo generic connector framework (jobs queue, asynchronous tasks, channels)
https://github.com/oca/connector

Last synced: 8 months ago
JSON representation

Odoo generic connector framework (jobs queue, asynchronous tasks, channels)

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/connector&target_branch=18.0)
[![Pre-commit Status](https://github.com/OCA/connector/actions/workflows/pre-commit.yml/badge.svg?branch=18.0)](https://github.com/OCA/connector/actions/workflows/pre-commit.yml?query=branch%3A18.0)
[![Build Status](https://github.com/OCA/connector/actions/workflows/test.yml/badge.svg?branch=18.0)](https://github.com/OCA/connector/actions/workflows/test.yml?query=branch%3A18.0)
[![codecov](https://codecov.io/gh/OCA/connector/branch/18.0/graph/badge.svg)](https://codecov.io/gh/OCA/connector)
[![Translation Status](https://translation.odoo-community.org/widgets/connector-18-0/-/svg-badge.svg)](https://translation.odoo-community.org/engage/connector-18-0/?utm_source=widget)

# connector

connector

[//]: # (addons)

Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[component](component/) | 18.0.1.0.0 | guewen | Add capabilities to register and use decoupled components, as an alternative to model classes
[component_event](component_event/) | 18.0.1.0.0 | | Components Events
[connector](connector/) | 18.0.1.0.0 | | Connector
[connector_base_product](connector_base_product/) | 18.0.1.0.0 | | Connector Base Product
[test_component](test_component/) | 18.0.1.0.0 | guewen | Automated tests for Components, do not install.
[test_connector](test_connector/) | 18.0.1.0.0 | | Automated tests for Connector, do not install.

[//]: # (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.