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
APIToken ↗MandatoryThe API token (or password) used to authenticate the user.—
URL ↗MandatoryThe base URL of the Odoo site you're connecting to. For example, http://my.odoo.com/.https://MyOdooSite/
User ↗MandatoryThe Odoo user account used to authenticate.—
CheckPermissions ↗RecommendedWhether to use Odoo user's permissions to determine which tables and views to list.TRUE
Database ↗RecommendedThe name of the Odoo database you're connecting to.—
OdooEdition ↗RecommendedThe 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.