Hi,
I would like to concatenate 2 fields in a view context as follow :
context="{'default_name' : '%s -%s'%(FIELD1,FIELD2) }"
I know it is not the good syntax, but I could not find any clue about this.
Is it at least possible ?
Otherwise what would be the best approach to do such thing ?
Thank you for your help