Odoo

The Odoo connector is a Palantir-provided driver for Odoo.

To create a new Odoo source, follow the standard setup flow for Palantir-provided drivers, then use the sections below for Odoo-specific configuration and networking. For the complete property reference, see the official Odoo driver documentation ↗.

Supported capabilities

CapabilityStatus
Exploration🟢 Generally available
Batch syncs🟢 Generally available
Incremental🟢 Generally available
Table exports🟢 Generally available

Configuration

The properties below are mandatory or recommended.

PropertyRequired?DescriptionDefault
APITokenMandatoryThe API token (or password) used to authenticate the user.
URLMandatoryThe base URL of the Odoo site you're connecting to. For example, http://my.odoo.com/.https://MyOdooSite/
UserMandatoryThe Odoo user account used to authenticate.
CheckPermissionsRecommendedWhether to use Odoo user's permissions to determine which tables and views to list.TRUE
DatabaseRecommendedThe name of the Odoo database you're connecting to.
OdooEditionRecommendedThe edition of Odoo being used. Set either Odoo Online or Odoo On-Premise.Odoo Online

Networking

The table below lists the domains that the source must be able to access to run.

For each domain, add a corresponding egress policy. If the source is hosted on-premises and not directly reachable from Foundry, use an agent proxy egress policy instead. The agent host itself must also be able to reach the listed domains. See using an agent as a proxy for details.

DomainRequired
<URL>Always. URL connection property

Table exports

This connector supports table exports. Learn how to set up a table export.