odoo_read
Retrieve Odoo records by their IDs using a JSON array. Specify the model and optional fields to fetch the exact data you need.
Instructions
Lire des enregistrements par identifiants. ids est un tableau JSON, ex. '[1,2]'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| model | Yes | ||
| fields | No | [] |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |