Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
3 Ответы
4509 Представления

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
4667
1
июл. 25
6517
1
февр. 25
2725
2
дек. 24
7794
2
нояб. 24
28570