odoo_project_update_task
Update fields of an existing project task, such as moving it to another kanban stage or changing status. Provide the task ID and a dictionary of field-value pairs to apply changes.
Instructions
Actualiza campos de una tarea existente (ej. cambiar de etapa/estado).
Args: task_id: ID de la tarea (project.task) a modificar. values: diccionario de campo->valor a actualizar (ej. {"stage_id": 3} para mover de columna kanban).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | ||
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||