This question has been flagged
5 Replies
9308 Views

Is it possible to store product images or pictures in to the file system?

Just like "SO-PDF" or "Attachments" with system parameters:

Parameter: ir_attachment.location Value: file:///filestore

This is very important for DB backup file size!

Avatar
Discard

Hello David,

Is it completed ?

No yet merged but you can use it. We'll merge it when we'll have more time

Best Answer

may be a partial response

work in progress in this branch

https://code.launchpad.net/~akretion-team/openerp-product-attributes/openerp-product-attributes-image

module product_image (concrete module)

module image (abstract)

Thanks for your feedback

Avatar
Discard
Author

Sorry this dont help me. Parameter like this have no effect: product_image.location

Best Answer

I found this module,  I am giving it a try and let you know, but this aims to store image on file system, storing product images not only adds to the database size but also slows down the product page load time


https://yelizariev.github.io/odoo/module/2015/03/06/product-image-filestore.html


Avatar
Discard