list_models
List installed Odoo models, optionally filtered by domain, with pagination support.
Instructions
List installed Odoo models.
Args:
domain: Optional domain filter on ir.model
(e.g. [["model", "like", "sale"]]).
limit: Maximum number of models to return. Defaults to 80.
offset: Number of records to skip (for pagination).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |