odoo_update
Modify existing records in Odoo ERP applications by specifying the model, record IDs, and field values to update.
Instructions
Update existing records in any Odoo model
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Odoo model name | |
| ids | Yes | List of record IDs to update | |
| values | Yes | Field values to update |