I am wondering if is there a way to compute a field in the admin site based on a concatenation of multiple fields.
Basically I have a Product model with different fields associated to various attributes (colour, size, length etc).
I would like to compute the code value to be a concatenation of the values of the various attribute fields like:
code = colour + "_" + size + "_" + length