What’s supported
Supported actions
This connector supports:- Proxy Actions, using the base URL
https://{{.workspace}}.
Example integration
To define an integration for Odoo, create a manifest file that looks like this: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:- Sign in to your Odoo instance, then open Preferences.
- Open the Account security tab.
- In the API Keys section, click New API Key.
- Enter a description and set a duration.
- Click Generate Key, then copy the API Key.

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.

