Hi.
We would like to add documents for download to our product website.
On the product.template I have created a field x_studio_dokument_1 with Document (binary)
When I add this field to the website, i only get some random letters and numbers, bot not a downloadable link.
The code I used is:
<p t-field="product.x_studio_dokument_1"></p>
What am i doing wrong?
Thank you.