EP-25: What is the Difference Between Image & Binary Field in Odoo 18 | Odoo 18 Development Tutorial – CBMS Odoo ERP

The two field definitions, image_1920 = fields.Image(string=”Student Image”) and image_1920 = fields.Binary(string=”Student Image”), both serve the purpose of storing image data in an Odoo model, but they have some key differences in how they are intended to be used and how Odoo handles them by default. Here’s a breakdown of the distinctions: fields.Image(string=”Student Image”) Intended […]