I'm using version 7.4.5.
As for the colors example, I think I understand what is written here in the answer (and in the documentation), but I can't figure out how to do it...
Let's suppose we have a simple "Car" entity with an "id" field and a "color" field. I want to show in the form a combo loaded with some colors added programmatically (red, yellow and so on..)
My question is: "where" should I write the getView().addValidValue() statements? Directly in the entity class "Car"?
Thanks in advance.