Building a new app
Creating a new app in Odoo Web Studio involves a series of steps to design and configure the data model, user interface, and functionality according to your specific business requirements. Here, we’ll cover the general steps you’ll need to follow to build a new app using Odoo Web Studio.
Defining the data model
In Odoo Web Studio, you can define the data model for your application. This includes creating custom objects (database tables) to store your data.
Use the visual interface to add fields, specify data types, set default values, and create relationships between objects:
Figure 25.26 – Defining the data model
Once you click the New Model button, the next step is to specify the name of the model:
Figure 25.27 – Specifying the model’s name
Once you’ve done this, you must choose the features of that model and then click CREATE YOUR APP: