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 ↗.

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 needs to be able to access in order to successfully 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