get_elements
List interactive UI elements of the current Odoo screen or open dialog: fields, buttons, notebook tabs, statusbar, list/kanban rows, facets, pager. Filter by scope and include for targeted access.
Instructions
List the interactive elements of the current screen (or of the open dialog when scope='auto'/'dialog'): fields (name, label, type, widget, value, required/readonly/invalid), buttons (name, label, kind), notebook tabs, statusbar, x2many lists with their rows, list/kanban rows, search facets, pager. include: subset of ["fields","buttons","tabs","statusbar","lists","rows","facets","pager"]. Output is compact and truncated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | auto | |
| include | No | ||
| include_empty | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |