コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
4508 ビュー

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


アバター
破棄
最善の回答

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

アバター
破棄
著作者

let me test before mark your question resolve my problem

最善の回答

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

アバター
破棄

That's in V7 only.

著作者

not found this path ....

関連投稿 返信 ビュー 活動
2
7月 25
4665
1
7月 25
6514
1
2月 25
2722
2
12月 24
7793
2
11月 24
28567