If you’re looking to enhance stage configuration in Odoo 19 Field Service, here are some powerful improvements—leveraging both built-in Odoo features and OCA (Odoo Community Association) modules—that can take your workflows to the next level: Core Stage Configuration (Built into Odoo Field Service) You can manage stages out of the box via: Field Service → […]
If you’re working with Odoo 19 and want to add or use a birthday field in the Employee (hr.employee) model, here’s how to do it—whether by customizing manually, using Studio, computing age, or even displaying birthdays in a calendar or reminder view: go to employee module.Choose an employee. Select the personal tab and set birthday field […]
Struggling to create or customize worksheet templates in the Odoo Field Service module? This step-by-step tutorial will walk you through how to build, edit, and apply custom worksheets to your field tasks — the smart way. Whether you’re logging maintenance checks, inspection forms, or client sign-offs, this video shows you how to tailor Odoo worksheets […]
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 […]
Learn how to easily add and track products like spare parts or materials during a field service task in Odoo. Whether you’re on-site or remote, Odoo lets your team update the product catalog in real-time—no paperwork needed! 1. Add products directly from the task 2. Track used items for accurate billing 3. Seamless inventory & invoicing integration […]
Struggling to manage field service operations? In this video, learn how to manually create a Field Service Task in Odoo—fast, easy, and step-by-step. Perfect for service businesses, technicians, and managers who want to streamline job scheduling and boost productivity! Learn how to: 1. Create tasks for on-site jobs 2. Assign technicians and set schedules […]
🎥 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 […]
Odoo 18 General Properties Invisible: Enable this property when it is not necessary for users to view a field on the UI. This helps declutter the UI by only showing the essential fields depending on a specific situation. The Invisible attribute also applies inside Studio. To view hidden fields in Studio, click on a view’s View tab and enable Show […]