A search view defines the search options that will be available in the views. The Search view defines the ‘fields’ to be searched when a user types in the search box. We can also set predefined filters as well as data Grouping options with the help of the search view.The root element of search view […]
Odoo Tree Views can take supplementary attributes to further customize their behavior: decoration-{$name} allow changing the style of a row’s text based on the corresponding record’s attributes. In this video, we will discuss how you can add colors to the tree view based on conditions. Get the module from our repository: As in the Odoo […]
This video describes the various components and structure of an odoo module. It discusses controllers, data, docs, translations, reports, security, static files and folders, unit tests, views, and wizards. Watch Part 2: This video will give an overall idea about the different components used in an odoo module. And describes its structure. Related Videos: Configure […]