list_projects
Retrieve available projects from Odoo to manage tasks, track progress, and organize work. Supports pagination with limit and offset parameters.
Instructions
List available projects in Odoo.
Args:
limit: Maximum number of projects to return (default: 50)
offset: Offset for pagination (default: 0)
Returns:
List of projects with their ID and name
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |