Hello,
I've added a Many2one field in product.template model
MyPDF = fields.Many2one('documents.document')
I displayed this field in product.template form and it works fine.
When a file is selected, there is a link
To open the file, i click on this link whicjh open a popup and i can download the file
But i would to open directly the file in aother tab of my web browser without open a popup and download the file.
Is it possible to do that and if yes, how?
Thanks