Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 151 |
Technical Name |
colored_tree_view_basic_version |
License | AGPL-3 |
Colored Tree View [basic version]
Bring Your Odoo Lists to Life with Colored Tree View!
Overview
Tired of monotonous, hard-to-scan lists in Odoo? Colored Tree View dynamically highlights your tree view records with background colors based on conditions you define directly in the XML. Instantly draw attention to critical information, prioritize tasks visually, and gain a clearer, more intuitive understanding of your data at a glance. Say goodbye to dull lists and hello to enhanced clarity and efficiency!
Usage
Add background-x attributes to your tree tag with a domain condition.
If the result of the condition is correct, the relevant record will get a color for its background
They are similar to the built-in decorations attributes (decoration-info, decoration-muted,...)
Use one of these attributes:





Screenshots
<tree background-ghost="job_id == 3" background-carmine="department_id == 4">...</tree>

<tree background-olive="not parent_id" background-ocean="not work_email">...</tree>

Please log in to comment on this module