| Create Record | Create a new record of a given type. |
| Delete Record By ID | Delete a record by its numerical ID. |
| Get Record by External ID | Get a record by its external ID. |
| Get Record By ID | Fetch a record by its numerical ID. |
| List Records | Fetch a list of records of a given type. |
| Set External ID | Add an external ID to a record that does not have one. |
| Update Record | Update an existing record of a given type. |
| List Model Fields | List all fields for a given model. |
| List Models | Fetch a list of models installed in the Odoo database. |
| Raw Request (API Key) | Send a raw HTTP request to the Odoo JSON-2 API. Requires the API Key connection. |
| Raw Request (Basic Auth) | Issue any execute_kw action against the Odoo XML-RPC API. Requires the Basic Authentication (Deprecated) connection. |