This question has been flagged
1 Reply
7279 Views

Hi,

I want to add as default from the context value and for the {'default_type': 'out', 'contact_display': 'partner_address', 'group_by':'state'}

but i want to add group_by for state and also date and i test it out like 'group_by' : 'state, date' but is not working

Avatar
Discard
Best Answer

Just try like this {'group_by':['state','date']}. It's work for me.

Avatar
Discard

This is not working in the latest version. Any other solutions?