Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
3 Antworten
4507 Ansichten

How i can store Documents/Images/PDF in folder other then in database ?


Avatar
Verwerfen
Beste Antwort

In V8 and above,filestore is used by default.. no need for extra setup

 There is a configuration parameter called data_dir which stores data in local storage and adds link to that data from the db. So set data_dir (like data_dir = /filestore) in odoo.conf file

Avatar
Verwerfen
Autor

let me test before mark your question resolve my problem

Beste Antwort

see the filestore concept in odoo. Just google it.

You may choose to store attachments on the file system by setting an ir.config.parameter (Settings->Technical->Parameters-System parameters) named ir_attachment.location

Avatar
Verwerfen

That's in V7 only.

Autor

not found this path ....

Verknüpfte Beiträge Antworten Ansichten Aktivität
2
Juli 25
4665
1
Juli 25
6514
1
Feb. 25
2722
2
Dez. 24
7793
2
Nov. 24
28567