update_record
Update existing records in any Odoo model by specifying the model name, record IDs, and field values to modify.
Instructions
Update existing records in an Odoo model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model name (e.g., 'res.partner') | |
| ids | Yes | List of record IDs to update | |
| values | Yes | Dictionary of field values to update |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |