In Odoo 19, setting a cover image in a To-do, Project, or Task module serves the following purposes: 🔍 Purpose of Setting a Cover Image in Odoo To-Do or Task Visual Identification Makes the task or to-do easily recognizable in kanban view or dashboards. Helpful when working with many tasks—images act as quick visual references. […]
The issue arises because the image_1920 field is of type binary, and Odoo does not support tracking on binary fields (like images or file attachments). The mail tracking system tries to create tracking values for fields (to track changes in the chatter), but it fails when it hits a binary field. You need to remove […]
🎥 Welcome to CBMS. In this tutorial, you’ll learn how to add an image field in a form view in Odoo 18 — step by step. Whether you’re customizing your own module or enhancing an existing model, this guide will help you integrate image fields seamlessly in your Odoo applications. 📌 In this video, you’ll […]
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 […]
To add an icon image to a module in Odoo 18, follow these steps: Prepare the Icon Image: Create an icon image named icon.png. Ensure the image is appropriately sized, typically 256×256 pixels, and in PNG format. Place the Icon in the Module Directory: Within your module’s directory, navigate to or create the following path: […]
Having appropriate product images in Odoo is useful for a number of reasons. However, if a lot of products need images, assigning them can become incredibly time-consuming. Fortunately, by configuring the Google Custom Search API within an Odoo database, finding product images for products (based on their barcode) is extremely efficient. Configuration In order to utilize Google Custom […]
Setting images for product variants on a website is a common practice in e-commerce and product-based websites. Product variants often differ in color, size, style, or other attributes. Including images for each variant helps customers visualize what they are purchasing. This provides a more accurate representation of the product, making it easier for customers to make […]
Learn everything you need to grow your business with Odoo, the best open-source management software to run a company, at In this video, learn how to flash the Odoo IoT box disk image onto a Raspberry Pi. 0:00 – Introduction 1:07 – Download and Installation 2:36 – Flashing the card 3:16 – Booting the IoT […]
Learn everything you need to grow your business with Odoo, the best open-source management software to run a company, at In this video, learn how to create your first eCommerce product in just a few clicks. Need more information about Odoo apps? Discover Odoo, schedule a demo, or start your own Odoo revolution for free […]