list_models
Retrieve available Odoo 19 models with optional name filtering to identify specific data structures in the ERP system.
Instructions
List all available Odoo models.
Args: name_filter: Optional filter for model name (e.g., 'sale' to find sale-related models)
Returns: JSON string with model names and descriptions
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name_filter | No |