Skip to Content
Menu
This question has been flagged
1 Reply
3998 Views

How to store uploaded images in file system? I am using odoo v10?

Avatar
Discard
Best Answer

Hey,

to this end instead of binary fields use ir.attachments to store images: they would be stored in file system automatically.

In case you anyway would like to use binary: you may look at ir.attachment methods to learn how storing works.


Avatar
Discard
Related Posts Replies Views Activity
2
Oct 23
4747
2
Nov 22
5158
0
Sep 21
1771
4
Aug 20
6576
2
Mar 20
9690