Skip to main content
Glama

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
NameRequiredDescriptionDefault
modelYes
idsYes
valuesYes

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/twtrubiks/odoo19-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server