Description:
We all know that views are describing the records to users. Without a proper view, the user can’t get the information correctly. Odoo has several view types such as form, tree, kanban, graph, pivot, calendar, dashboard, search, grid, cohort, and many more.
In this video, we are creating a form view for a model. Form views are used to display the data from a single record. Forms are used to create and edit single records. The root element of a form view is <form>. It is composed of high-level structure elements (groups, notebooks) and interactive elements (buttons and fields)