Hello everyone, i am trying to get some image from odoo Image field but i always get the image size value like for example ( 47.99 Kb ). i want to get the image data, i dont care if its binary or anything (i can convert it later so yeah). Any help would be appreciated. Thanks!
For example this is the image field
image_image = fields.Image(string='Image',readonly='True',help='Generated Image' )
or this
image_variant_1920 = fields.Image("Variant Image", max_width=1920, max_height=1920)