Skip to Content
Menu
This question has been flagged
5097 Views

I have a many2many field like this

medical_report_ids = fields.Many2many('ir.attachment', string='Medical reports')

This will accept both images and pdfs.

While displaying the data, I want to show the thumbnails for images and file name for pdf just like how it is shown in the default mail app.

I tried using <field name="medical_report_ids" widget="many2many_binary"/> but this only allows downloading attachments. I want to them to be previewed. 
Avatar
Discard

Hello Nanda, Did you find a solution?

Related Posts Replies Views Activity
0
Dec 24
1473
1
Mar 23
6654
2
Apr 22
4111
0
Oct 21
2647
2
May 20
12220