2
votes

I have a file on my Server.I want to download the file in Openerp.If we take a "Back Up" of Database,the file will be downloaded and stored on local machine. I want to do the same functionality but for a file which i have uploaded into a form in Openerp.AS of now I'm saving the file as a binary field in my database, it will complex my searches operation.IN order to prevent it,I want to Download that file(like database back up file) on to my machine. Can any one please say me how to do it.Thanks in advance.

1

1 Answers

1
votes

If you have installed the Document Management System module provided by OpenERP then go to 'Knowledge' and click on the 'Documents' menu item.

You will see list of attached files(saved as binary in db), click on the required one, a form view will open which will have all the details regarding that attached file and there in the 'File Content' field you will find 'Download' link to download that file.

Once you click it ,that file gets downloaded on your machine.