search_employee
Search for employees in Odoo by name and retrieve matching records.
Instructions
Search for employees by name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Indicates if the search was successful | |
| result | No | List of employee search results | |
| error | No | Error message, if any |