El 04/08/17 a les 02:59, Francisco Maria Moyano Casco ha escrit:
So, there is no way to put some color on the tree list like before? Is there anything to replace that feature?
The icons are here to replace colors: https://bugs.tryton.org/msg22153
I need some elements on the three to change a property (colour was what I used for) depending on the state of the register. Something like "If state == urgent then color = red, elif state == not so urgent then color = blue, else color = green". Do you know what I mean?
Yes. You should only have one button for each color. You should create an icon for 'urgent', 'not so urgent' and 'green', and use each icon depending on the record state (using a funcition field to compute it).
-- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/ccfab828-620a-98f1-28c6-abafac52ae2e%40koolpi.com.
