Creating models, adding fields, adding additional buttons, smart buttons, filters,
and the status bar are all covered in this chapter. In Odoo Studio, it's easy to
create a new Model (database table) and add fields (columns) to the database table.
Odoo buttons are used to call a method, an action, or a workflow. Smart buttons
provide a way to view all related records in the form view. Additionally, we can
add a counter to count the number of records in it. It is very helpful to navigate
to related documents or data very quickly. If you have large amounts of data, filters
are necessary to make the system more user-friendly. Users can filter data according
to their preferences. Odoo offers filter support by default. However, we may need
to customize the filtering option depending on our requirements. The status bar
in Odoo allows for better management of functional operations in an organization.
Users will be able to see the status of each record by using the status bar itself.