Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
3 Відповіді
4545 Переглядів

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 ....

Related Posts Відповіді Переглядів Дія
2
лип. 25
4691
1
лип. 25
6547
1
лют. 25
2801
2
груд. 24
7809
2
лист. 24
28600