Skip to content

gauchocode/source-odoo

Repository files navigation

Odoo Source Connector

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.

Local Development

Prerequisites

  • Python (^3.10)
  • Poetry (^1.7)

Install Dependencies

To install the necessary dependencies, run:

poetry install --with dev

Running the Connector

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages