Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
2030 Vizualizări

i want to disable the feature where when attachment is clicked it downloads the attachment instead i want it to open the pdf attachement in a new window
working with odoo 16

Imagine profil
Abandonează
Cel mai bun răspuns

Hi Hassan:

You need to overwrite the many2many_binary template,  coz the default behavior of such field when click on is 'download' . Just look at line 33~ 35 of the template named "Many2ManyBinaryField.attachment_preview" (file path: addons/web/static/src/views/fields/many2many_binary/many2many_binary_field.xml) :

Imagine profil
Abandonează

It's actually an href tag , you can try replacing the attr "download=" with "target=_blank".

Cel mai bun răspuns

https://apps.odoo.com/apps/modules/16.0/odx_m2m_attachment_preview
By using this module, you can have the preview of the attachments 

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
mai 24
3325
0
mai 24
1349
2
apr. 16
4310
1
mai 24
1150
1
mai 24
1131