Hello everybody,
Odoo doesn't consider the second condition in which I use the first condition.
The lines only take orange color, although to have red color is true.
That is my xml code:
<tree position="attributes">
<attribute name="colors">orange:state=='ready';green:state=='released';red:state
in ('ready','released') and date > current_date
</attribute>
</tree>
Can you help me?
Best regards.