Ir al contenido
Menú
Se marcó esta pregunta
3 Respuestas
4212 Vistas

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


Avatar
Descartar
Mejor respuesta

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
Descartar
Autor

let me test before mark your question resolve my problem

Mejor respuesta

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
Descartar

That's in V7 only.

Autor

not found this path ....

Publicaciones relacionadas Respuestas Vistas Actividad
1
feb 25
1512
2
dic 24
7085
2
nov 24
27517
5
oct 24
10716
2
may 24
6832