How to Create a Toggle Button in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In Odoo toggle buttons are commonly used in user interfaces to allow users to switch between two states or values.They are often utilized to represent boolean fields. #odootutorials Boolean fields in Odoo represent data that can be either true or false, yes or no, on or off,active or inactive. #odoo17 #odoodevelopment These fields are typically […]

How to Show Sample Data in Tree and Kanban View in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In Odoo 17, sample data serves as a valuable resource for users seeking to familiarize themselves with the functionalities and capabilities of the software prior to integrating their own information. This feature offers a simulated environment within the platform, showcasing various modules, workflows, and data structures in a pre-populated format. #odoo17 #odootutorials The users can explore […]

Tree View Decoration Attribute in Odoo 17 | Odoo 17 Development Tutorials | Advanced Views in Odoo – CBMS Odoo ERP

In odoo we might occasionally need to separate records according to certain criteria. Certain modules offer this feature; in the list view, for example, the records are coloured differently to indicate their separation. #odoo17development Additionally, the records are shown in various colours according to the situations. Finding and identifying the records from the list based on […]

How to Configure Visibility of Buttons Based on User Groups and States in Odoo 15 | Odoo 15 Tutorial – CBMS Odoo ERP

In this video, we are discussing how to configure the visibility of buttons based on user groups and states in odoo 15. #odootechnicalvideos Video Contents 00:10 Introduction 01:00 Configuring Visibility of a Button We have different types of users in a system, hence we will have to make restrictions on access to any data in […]

How to Create a Toggle Button in Odoo | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, we’ll be discussing how we can create such a toggle button in our view. #odoodevelopmentvideos Toggle buttons are buttons that allow the user to select between two states or two values. In Odoo, basically, the toggle buttons are usually specified for the boolean fields. #odoodevelopmenttutorials #odoo15videos Connect With Us: ———————— ➡️Website: ➡️Email […]

Tree View Decoration Attribute in Odoo 15 | Advanced Views | Odoo 15 Development Tutorials – CBMS Odoo ERP

In Odoo sometimes we may need to differentiate records based on some factors. We have seen the feature in some modules, for instance, in the list view, the records are separated with different colors. #odoo15development Furthermore, based on the conditions the records are displayed in different colors. Therefore, it becomes highly helpful to find and […]

How To Create a Toggle Button in Odoo 14 | Create Toggle Switch in Odoo 14 – CBMS Odoo ERP

Odoo supports many types of fields to store into a database, boolean fields are one of them.It supports invisible,help , string, etc….it can be viewed as checkboxes.In this video it shows how to show a boolean field as a toggle button.It replaces the checkboxes as toggle switches with the toggle button widget. #togglebutton #odootoggleswitch #odoo14 […]