get_my_tasks
Retrieve tasks assigned to you in Odoo, with options to filter by state, project, or limit results.
Instructions
Get tasks assigned to the current user.
Args:
state: Filter by task state (e.g. 01_in_progress, 1_done)
project_id: Filter by project ID
limit: Max records (default 20)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | ||
| project_id | No | ||
| limit | No |