list_models
Lists every model in an Odoo project registry with metadata like module, field count, and abstract status. Allows inspecting the model registry without a database connection.
Instructions
List every model in the project registry with lightweight metadata.
Returns: name, description, module, field_count, abstract, transient. Cheap to call; does not include per-field or per-method detail.
Args: project_path: Path to the Odoo project root addons_paths: Optional explicit addons paths (auto-detected if omitted) exclude_modules: Optional list of module names to skip loading
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| addons_paths | No | ||
| project_path | Yes | ||
| exclude_modules | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |