Overview
Views are what define how records should be displayed to end-users. They are specified in XML and stored as records themselves, meaning they can be edited independently from the models that they represent. They are flexible and allow a high level of customization of the screens that they control. There exist various types of views. Each represents a visualization mode: form, list, kanban, etc.
View types
Type | Description |
---|---|
Form | Display and edit the data from a single record. |
List | View and edit multiple records. |
Search | Apply filters and perform searches. The results are displayed in the current list,kanban… view. |
Kanban | Display records as “cards”, configurable as a small template. |
Qweb | Templating of reporting, website… |
Graph | Visualize aggregations over a number of records or record groups. |
Pivot | Display aggregations as a pivot table. |
Calendar | Display records as events in a daily, weekly, monthly, or yearly calendar. |