This is the source connector for Odoo. It uses the Odoo XML-RPC API to extract models and their data. Follow the instructions in this file to run, configure, and test the connector.
- Python (
^3.10
) - Poetry (
^1.7
)
To install the necessary dependencies, run:
poetry install --with dev
Run the following commands to test and execute the connector locally:
poetry run source-odoo spec
poetry run source-odoo check --config secrets/config.json
poetry run source-odoo discover --config secrets/config.json
poetry run source-odoo read --config secrets/config.json --catalog integration_tests/configured_catalog.json