In this video, we will discuss how you can add colors to the tree view based on
conditions. As in the Odoo backend, we have a tree view for the listing of the records
and kanban view. The kanban view shows records as “cards”, midway between a list
view and a non-editable form view. In the list view, we have a default data grid
table with rows and columns. if we have a requirement where we need to highlight
certain rows in the list view based on certain conditions in the current model.
We highlight the rows using colors.
Get the module from our repository
GitHub