Odoo (JSON-2) - Search records action

The Search records action searches for records, such as contacts or sales orders, in Odoo (JSON-2) based on specified criteria.

Input

Input fieldDescription
Object typeSelect the object you plan to search, such as Contact or Sales order. The list of objects is populated dynamically from your environment.
LimitEnter the maximum number of records to return. Defaults to 100.
OffsetEnter the number of records to skip before returning results for pagination.
OrderEnter the order to sort records by.
Custom fieldsUpload a JSON file to define extra fields. Custom fields are added alongside the auto-detected ones, and duplicates are skipped.

Output

Output fieldDescription
ResultAn array of records for the selected object.

Output fields are dynamically generated based on the object you select. Refer to the Odoo documentation for a complete list of output fields.

Last updated: