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 […]

How to Create Shift in Odoo 18 Planning | Odoo 18 Planning Tutorial | Odoo 18 Features | Odoo 18 – CBMS Odoo ERP

Unlock the power of Odoo 18’s Planning app to streamline your team’s schedule! This video guides you through creating and managing shifts for optimal resource allocation. Discover how to: Navigate the Planning Interface for easy schedule access. Manually create new shifts with resource, role, date, and time details. Utilise Shift Templates for quick recurring shift […]

How We Can Auto Plan the Open Shift in Odoo 18 Planning | Odoo 18 Planning Tutorials | Odoo 18 – CBMS Odoo ERP

Discover the Auto Plan feature in Odoo Planning! Automatically assign shifts in one click to save time and optimize team scheduling. #Odoo18 #Odoo18Planning #Odoo18Tutorials #Odoo18Features #OdooPlanningApp #OdooShiftPlanning #Odoo18Release #Odoo18FunctionalTutorial #OdooERP #OdooImplementation #Odoo18Shifts #OdooPlanning #ShiftPlanning #Automation #Tutorial #OdooTutorials #OpenShifts #HR #ERP #BusinessSoftware #NewFeatures #ReleaseDate #FunctionalTutorials Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@mycbms.com ➡️ Twitter: […]

EP-24 How to Hide a Field in Form View in Odoo 18 | Make Field Invisible Based on Other Fields – CBMS Odoo ERP

In Odoo 18  the invisible attribute is used in XML views to control the visibility of fields, buttons, tabs, or other view elements in the user interface. This attribute is typically used within form views, tree views, kanban views, etc. Key Points: invisible=”1″ or invisible=”true”: Hides the field or element from the view. invisible=”0″ or invisible=”false”: […]