Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
9340 Vues

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

Avatar
Ignorer
Meilleure réponse

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!

Avatar
Ignorer
Publications associées Réponses Vues Activité
1
juin 21
7449
0
janv. 21
804
2
avr. 20
11336
0
mai 24
2565
2
mai 24
4613