Views
In Odoo Web Studio, views are fundamental components for designing the user interface of your custom modules. Views determine how data is displayed and interacted with in your Odoo applications. There are several types of views you can work with in Odoo Web Studio to create and customize the user interface of your modules:
Figure 25.11 – Views
Let’s look at some of the commonly used view types.
Form views
Form views allow users to view and edit individual records. You can customize the layout of form views by adding, removing, or rearranging fields. This view is commonly used for detailed record editing:
Figure 25.12 – Form view
In Odoo Web Studio, the form view is a crucial component for designing the user interface of your custom modules. Form views allow users to view and edit individual records within your application:
Figure 25.13 – Form view fields
...