Skip to content
Snippets Groups Projects
Commit 65a4809b authored by Fabien Pinckaers's avatar Fabien Pinckaers
Browse files

Better colors on tasks

bzr revid: fp@tinyerp.com-711e3b0d8920bb04606df4b1132fccad05fc842c
parent 7ac9c3e3
Branches
Tags
No related merge requests found
......@@ -357,7 +357,7 @@
<field name="type">tree</field>
<field name="priority" eval="2"/>
<field name="arch" type="xml">
<tree string="Tasks" colors="red:date_deadline&lt;current_date and state=='draft';blue:date_deadline==current_date and state=='draft';grey:state=='cancel'">
<tree string="Tasks" colors="grey:state in ('cancel','done');blue:state=='pending'">
<field name="sequence"/>
<field name="name"/>
<field name="project_id"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment