hi there,
in mirgration from 3.4 to 3.6 i recognized that the pyson for tree color
must have changed and i might need some help.
My pyson is:
<tree string="Invoices" colors="If(Bool(Eval('is_marked')), 'purple',
If(Greater(Eval('amount_to_pay_today',0), 0), 'red', 'black'))">whats wrong with it? best regards, simon
