Hi every one,
I want to show my attachment(binary) field data on webpage as pdf file kindly guid.
Thank you so much in advance
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi every one,
I want to show my attachment(binary) field data on webpage as pdf file kindly guid.
Thank you so much in advance
Hi,
You can use the following code, adapt it as you need:
<a t-attf-href="/web/content/#{attachment.id}?download=true" target="_blank">
<div class='oe_attachment_embedded o_image' t-att-title="attachment.name" t-att-data-mimetype="attachment.mimetype" t-attf-data-src="/web/image/#{attachment.id}/100x80"/>
<div class='oe_attachment_name'><t t-raw='attachment.name' /></div>
</a>
Best regards!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
1
giu 21
|
6977 | ||
|
0
gen 21
|
804 | ||
|
2
apr 20
|
10324 | ||
|
0
mag 24
|
1871 | ||
|
2
mag 24
|
3658 |