[WIP] Lot of usability improvements....

This commit is contained in:
Laurent Mignon (ACSONE)
2015-05-04 17:40:32 +02:00
committed by Tom Blauwendraat
parent ccde99a82f
commit da3c425dec
6 changed files with 207 additions and 185 deletions

View File

@@ -10,9 +10,9 @@
<field name="arch" type="xml">
<timeline date_start="date_start"
date_stop="date_end"
progress="progress"
date_delay='1'
string="Tasks"
default_group_by="user_id" event_open_popup="true" colors="#ec7063:kanban_state=='blocked';#2ecb71:kanban_state=='done';#95a5a5:kanban_state=='normal';">
default_group_by="user_id" event_open_popup="true" colors="#ec7063:user_id == false;#2ecb71:kanban_state=='done';">
</timeline>
</field>
</record>