Hi all,
I add a photo on my module created on Odoo with a binary field. How can I visualize it on PostgreSQL like a columns of my table?
Example:
Name Surname Image
x y *image*
Thanks.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi all,
I add a photo on my module created on Odoo with a binary field. How can I visualize it on PostgreSQL like a columns of my table?
Example:
Name Surname Image
x y *image*
Thanks.
Hi,
I am not sure but may be it works in PGADMIN.
SELECT encode(blobdata::bytea, 'escape') FROM table as o where o.blobdata != ''
where
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up