list_contacts
Retrieve and filter contact records from Odoo CRM by customer status, supplier type, company classification, and pagination parameters.
Instructions
List contacts (partners) in Odoo.
Args:
customer: Filter customers (True/False/None for all)
supplier: Filter suppliers (True/False/None for all)
company: Filter companies (True) or individuals (False)
limit: Maximum number of contacts (default: 50)
offset: Offset for pagination (default: 0)
Returns:
List of contacts with their information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer | No | ||
| supplier | No | ||
| company | No | ||
| limit | No | ||
| offset | No |