In this video, we will be discussing how to create an Odoo map view. Odoo has a feature called the map view, which allows you to visualise all the records in your module on a map. #odoo16 With the map view, you can easily pinpoint the location of your partners and other records, making it an […]
form view is used to display the data from a single record. We can create a form view using form tags. Which renders the single record. #odoodevelopment In this video, it explains about form view and its structural and semantic components and then how to create a form view in Odoo 16. #odoo16 #odootraining Connect […]
Tree View also known as list view shows multiple records in the form of a list Which looks like a table view with rows and columns. The tree view is defined inside a tree tag. Here in this video, explains about tree view and how to create a tree view in Odoo 16. #odootutorials #odoo16 […]
Odoo helps to filter out the particular record quickly. It will not only display, the content and is used to filter the content of other views rather than form view. This video shows about search view in odoo 16. Video Chapters 00:00 Introduction 00:46 Search View #odoo16 #odootutorials #odoodevelopment For More Videos Subscribe to our […]
In this video, we are discussing about basic views in #odoo16 and how to define a view in odoo development. #odootutorials They are flexible and allow a high level of customization of the screens that they control. There exist various types of views. Each of them represents a mode of visualization: form, list, graph, etc. […]
In this video, we are discussing How to define a search View in odoo15 and its use cases in odoo development. #searchviewinodoo Odoo’s search view is perhaps the most popular. It helps you to easily search, filter, or group data based on a condition to get the information you need. #odoodevelopment We will develop a […]
In Odoo sometimes we may need to differentiate records based on some factors. We have seen the feature in some modules, for instance, in the list view, the records are separated with different colors. #odoo15development Furthermore, based on the conditions the records are displayed in different colors. Therefore, it becomes highly helpful to find and […]