This is a framework designed to build connectors with external systems,
usually called Backends
in the documentation.
Documentation: http://odoo-connector.com
It features:
A jobs queue
In which the connectors can push functions (synchronization tasks) to be executed later.
An event pattern
The connectors can subscribe listener functions on the events, executed when the events are fired.
Connector base classes
Called
ConnectorUnit
.Include base classes for the use in connectors, ready to be extended:
Synchronizer
: flow of an import or exportMapper
: transform a record according to mapping rulesBinder
: link external IDs with local IDSBackendAdapter
: adapter interface for the exchanges with the backend- But
ConnectorUnit
can be extended to accomplish any task
A multi-backend support
Each
ConnectorUnit
can be registered amongst a backend type (eg. Magento) and a backend version (allow to have a differentMapper
for each backend’s version for instance)
It is used for example used to connect Magento and Prestashop, but also used with Solr, CMIS, …
Table of contents
Usage
This module does nothing on its own. It is a ground for developing advanced connector modules. For further information, please go on: http://odoo-connector.com
Changelog
Next
12.0.1.0.0 (2018-11-26)
- [MIGRATION] from 12.0 branched at rev. 324e006
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Contributors
- Guewen Baconnier at Camptocamp
- Alexandre Fayolle at Camptocamp
- Benoit Guillot at Akretion
- Nicolas Bessi at Camptocamp
- Joël Grand-Guillaume at Camptocamp
- Arthur Vuillard at Akretion
- Sebastien Beau at Akretion
- Laurent Mignon at Acsone
- Leonardo Pistone at Camptocamp
- David Béal at Akretion
- Christophe Combelles at Anybox
- Stéphane Bidoul at Acsone
- Malte Jacobi at IBO / HTW
- Laetitia Gangloff at Acsone
- David Lefever at Taktik S.A.
- Jos de Graeve at Apertoso NV
- Jean-Sébastien Suzanne at Anybox
- Leonardo Donelli at MONK Software
- Mathias Colpaert
- Yannick Vaucher at Camptocamp
- Nicolas Piganeau at NDP Systèmes
- Florent Thomas at Mind And Go
- Matthieu Dietrich at Camptocamp
- Olivier Laurent at Acsone
- Eric Antones at NuoBiT Solutions S.L.
Maintainers
This module is maintained by the OCA.
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.
This module is part of the OCA/connector project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.