Skip to main content

Odoo

With Odoo modules in Make, you can manage the inventory types, inventories, batches tracking, and leads in your Odoo account.

To use the Odoo modules, you must have an account. You can create an account at odoo.com.

Refer to the Odoo API documentation for a list of available endpoints.

Connect Odoo to Make

To establish the connection, you must:

  1. For the Odoo version 14 and higher: Obtain your API key in Odoo.

  2. Establish the connection in Make.

Obtain your API key in Odoo

If you use the Odoo version 14 or higher, you must obtain an API key in your Odoo account. To do it:

  1. Log in to your Odoo account.

  2. Go to the My Profile menu.

  3. Go to the Account Security tab.

  4. Click New API Key.

  5. Copy the API key value shown and store it in a safe place.

You will use this value in the API Key/Password field in Make.

Establish the connection with Odoo in Make

To establish the connection in Make:

  1. Log in to your Make account, add a <app name> module to your scenario, and click Create a connection.

  2. Optional: In the Connection name field, enter a name for the connection.

  3. In the Host field, enter your Odoo account's hostname. For example, if your account URL address is https://www.xyz.odoo.com, your hostname is xyz.odoo.com.

  4. In the Login field, enter your Odoo account credentials.

  5. In the API-Key/Password field, enter either the API key you copied in the section above, or the password you use to log in to your Odoo account.

  6. In the Database field, enter the name of a database in your Odoo account that you want to connect to.

  7. Click Save.

You have successfully established the connection. You can now edit your scenario and add more Odoo modules. If your connection requires reauthorization at any point, follow the connection renewal steps here.

Build Odoo Scenarios

After connecting the app, you can perform the following actions:

Inventory types

  • Create an Inventory Type

  • Get an Inventory Type

  • Update an Inventory Type

  • List Inventory Types

Inventories

  • Create an Inventory

  • Get an Inventory

  • Update an Inventory

  • List Inventories

  • Delete an Inventory

Batches tracking

  • Create a Batch Tracking

  • Get a Batch Tracking

  • Update a Batch Tracking

  • List Batches Tracking

  • Delete a Batch Tracking

Leads

  • Create a Lead

  • Get a Lead

  • Update a Lead

  • List Leads

  • Delete a Lead

Other

  • Make an API Call