Hi everyone,
I am using a fields.selection:
'typeseller': fields.selection((('d','Direct'), ('ca','Communication agencies'),('r','Reseller')),'Type of seller',required=True),
I want to create a group_by filter for this field:
<filter string="Type seller" context="{'group_by': 'typeseller'}"/>
However, on my view, it does the group by by showing the "key" (so here d, ca and r) instead of the value ( Direct, Communication agencies or Reseller) and it is pretty ugly.
Is it possible to group by the value instead of the key?
Many thanks,
Selverine
PS: I am using an OpenERP 7