How to get OpenERP's Document Management to save files on the file system?

StackOverflow https://stackoverflow.com/questions/17824056

  •  04-06-2022
  •  | 
  •  

Question

I'm running v7.0, and just installed the Document Management System. Both before and after following these instructions I have been unsuccessful in locating any newly uploaded files in the file system (I deleted and re-uploaded after the change). Also, when looking in the ir_attachments table the store_fname field is blank.

Anyone know how to get OpenERP to store the files in the file system on not in the database?

Était-ce utile?

La solution 3

Here's the trick: don't misspell the key name! :/

Autres conseils

See Antony Lesuisse's explanation here.

I think that you've already resolved your problem, but I'll answer for those who have the same issue as you: verify that the user openerp has the rights to write in the directory that you've defined.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top