create_task
Create a new project task with description, assignees, estimated hours, stage, tags, parent, and blockers to structure work in Odoo 17 projects.
Instructions
Create a task with description, assignees, estimate, stage, tags, parent and blockers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| tag_ids | No | ||
| deadline | No | ||
| priority | No | 0 | |
| stage_id | No | ||
| project_id | Yes | ||
| description | No | ||
| milestone_id | No | ||
| parent_task_id | No | ||
| allocated_hours | No | ||
| assignee_user_ids | No | ||
| blocked_by_task_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||