Skip to Content
Menu
This question has been flagged
3 Replies
4872 Views

Thanks in advance

Avatar
Discard
Best Answer

You can find:

  • Kanban 
  • List
  • Calendar
  • Pivot
  • Graph
  • Maps
  • Activity

you can review the followin url to know about more https://www.odoo.com/documentation/16.0/developer/reference/backend/views.html

Avatar
Discard
Best Answer

Reply : In Odoo, there are several types of views available to define the user interface and layout of different screens. The commonly used view types in Odoo are:

Form View: Form views display a single record with fields arranged in a structured manner. They are used for creating, editing, and viewing individual records. Form views allow you to customize the layout and include various field types like text fields, selection fields, date fields, etc.

Tree View: Tree views display multiple records in a tabular format, typically with several columns. They are used to present lists of records, and each row represents a single record. Tree views provide sorting, filtering, and grouping options to easily navigate and manage large datasets.

Kanban View: Kanban views provide a visual representation of records as cards arranged in columns. Each card represents a record, and columns represent different stages or categories. Kanban views are often used for managing workflows, tasks, or projects where records can be dragged and dropped between columns to indicate their progress.

Calendar View: Calendar views present records in a calendar format, displaying events or activities over a specific time period. This view type is useful for managing schedules, appointments, and deadlines.

Graph View: Graph views display data in graphical representations such as bar charts, line charts, or pie charts. They are used to visualize aggregated data and analyze trends or patterns.

Pivot View: Pivot views allow users to analyze data by creating cross-tabulation reports. They provide a multidimensional analysis of data, allowing users to group, filter, and aggregate information based on different dimensions.

Regards,

Ksolves Team!

Avatar
Discard

Very good explanation.
Activities view is missing.

Related Posts Replies Views Activity
5
Aug 24
45304
2
Apr 24
1911
2
Jun 23
3830
3
Mar 23
9574
1
Mar 23
2279