update_task_stage
Move tasks between workflow stages in Odoo by specifying task and target stage IDs to track progress.
Instructions
Move a task to a different stage.
Args:
task_id: The task ID to update
stage_id: The target stage ID
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| stage_id | Yes |