update_records
Update existing Odoo records by specifying the model, record IDs, and new field values to apply changes.
Instructions
Update existing records in an Odoo model.
Args:
model: The Odoo model name (e.g. "res.partner").
ids: List of record IDs to update.
values: Dict of field names to new values.
Returns:
True if the update succeeded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| ids | Yes | ||
| values | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |