I tried two ways to display many2many field in list view but none of them worked:
1) <field name="test_ids"/> --> It shows just the number of records.(i.e. (3 records))
2) <field name="test_ids" widget="many2many"/> --> It shows the ids of records. (i.e. 2,3,4)
How to achive this?