What are the possibilities of decoration?
Is there a list with all posibilities for the 'decoration-xxx' attribute for OdooV9? I noticed that full bootstrap support is not given (f.i.: decoration-bg-danger="xxx").
Is it possible to combine the conditional statements?
Example: decoration-info="(duration>5) and (duration<10)"
Is it therefore always necessary to define a state in the python file to be able to use the necessary decoration?
Nice answer Ray! Just wondering: how could you use decorations in combination with boolean fields?