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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
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) :
It's actually an href tag , you can try replacing the attr "download=" with "target=_blank".
https://apps.odoo.com/apps/modules/16.0/odx_m2m_attachment_preview
By using this module, you can have the preview of the attachments
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
1
5월 24
|
3536 | ||
|
0
5월 24
|
1459 | ||
|
2
4월 16
|
4454 | ||
|
1
5월 24
|
1290 | ||
|
1
5월 24
|
1278 |