Skip to main content

What’s supported

Supported actions

This connector supports:

Example integration

To define an integration for Odoo, create a manifest file that looks like this:
# amp.yaml
specVersion: 1.0.0
integrations:
  - name: odooIntegration
    displayName: Odoo Integration
    provider: odoo
    proxy:
      enabled: true

Before You Get Started

To use the Odoo connector, you’ll need an API Key from your Odoo account. Here’s how to get it:
  1. Sign in to your Odoo instance, then open Preferences.
  2. Open the Account security tab.
  3. In the API Keys section, click New API Key.
  4. Enter a description and set a duration.
  5. Click Generate Key, then copy the API Key.
Odoo API Key For more details, see the Odoo Authentication documentation.

Using the connector

This connector uses API Key authentication, which means that you do not need to set up a Provider App before getting started. (Provider apps are only required for providers that use OAuth2 Authorization Code grant type.) To integrate with Odoo:
  • Create a manifest file like the example above.
  • Deploy it using the amp CLI.
  • Embed the InstallIntegration UI component. The UI component will prompt the customer for their API Key.
  • Start making Proxy Calls, and Ampersand will automatically attach the API Key supplied by the customer.