My custom model has a many2many ir.attachment field called 'images'.
I've used the widget "many2many_binary" to show it in form view.
When I'm in edit mode, I can see image thumbnails, add new and remove options just fine. However, when I'm not in edit mode, its just filename with URL. No previews.
How do I achieve thumbnails in non edit mode?