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.
To establish the connection, you must:
If you use the Odoo version 14 or higher, you must obtain an API key in your Odoo account. To do it:
- Log in to your Odoo account.
- Go to the My Profile menu.
- Go to the Account Security tab.
- Click New API Key.
- 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.
To establish the connection in Make:
- Log in to your Make account, add a Odoo module to your , and click Create a connection.
- Optional: In the Connection name field, enter a name for the connection.
- 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.
- In the Login field, enter your Odoo account credentials.
- 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.
- In the Database field, enter the name of a database in your Odoo account that you want to connect to.
- Click Save.
You have successfully established the connection. You can now edit your and add more Odoo modules. If your connection requires reauthorization at any point, follow the connection renewal steps here.
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
You need to install the CRM app in Odoo to ensure the necessary table is created and fields are available. For more information, refer to Apps and modules in Odoo documentation.
- Get a Lead
- Update a Lead
- List Leads
- Delete a Lead
Other
- Make an API Call