update_record
Modify existing data entries in Odoo 19 by specifying the model, record IDs, and new field values to apply changes.
Instructions
Update existing records in an Odoo model.
Args: model: Model name (e.g., 'res.partner') ids: List of record IDs to update values: Dictionary of field values to update
Returns: JSON string with: - success: Boolean indicating operation result - updated_ids: List of record IDs - urls: List of browser URLs (only if success=True) - error: Error message (only if success=False)
Note: In READONLY_MODE, this tool is hidden from LLM via tags.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| ids | Yes | ||
| values | Yes |