How do I get file value from model to website ?
Here I created a binary field in res.partner and I uploaded a file in that. And I created a website page, there i want to show this uploaded file and download.
How can this be achieved??
Thanks in Advance
Pass the binary field value from the controller to the template.