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 Create Record Rules in Odoo 17 | Security in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

This video describes record rules in Odoo 17 and how to create record rules in Odoo 17 In business, there are different types of records. And it is essential to provide proper security for those records. In Odoo this is managed using Record Rules. #Odoo17 #OdooTips #OdooCommunity #odootutorials #odoo17features #odoo17release #RecordRules #SecurityInOdoo #DevelopmentTutorials #BusinessSuccess #OdooDevelopment […]

Improved Approval Flow in Odoo 17 Studio App | Odoo 17 Studio Module | Odoo 17 Functional Tutorials – CBMS Odoo ERP

Approvals are frequently related to workflows and business processes in Odoo, wherein authorization is needed for specific actions or transactions to be accomplished. Workflows in Odoo specify which parties have the power to accept or reject documents and data, as well as how they go through the various stages. Approval procedures may be set up […]

A Demonstration Module in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In Odoo, a module is a way to organize and package custom functionality, including data models, views, menus, and business logic. #odootutorials #odoo17 #odoo17features Understanding the structure of an odoo module is essential for developing and maintaining custom applications within the odoo framework. #odoodevelopment #odoodemo Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ […]

Module Structure in Odoo 16 | Odoo 16 Development Tutorials | Odoo 16 Technical Videos – CBMS Odoo ERP

Each odoo module has a set of elements. In this video, describes about the structure of a module and elements inside a Module such as __init__,__manifest__, business objects, view, and corresponding security files, and so on. #odoo16vidoes #odoodevelopment #odootutorials Video Chapters 00:00 Introduction 01:02 _iinit__,__manifest__ 02:38 Controllers 02:58 Data,demo Files 03:19 I18n Files 03:42 Models […]

Serial Numbers & Worksheet Templates in Odoo 15 Quality Module | Odoo 15 Enterprise Edition – CBMS Odoo ERP

This video helps you identify Serial Numbers and Worksheet Templates in Odoo 15 Quality Module. The companies get exceptional stock control using the serial numbers of products. #odoo15quality Video Contents ———————— 00:00 Introduction 00:33 Lot/Serial Number 01:00 Create New Serial Number 02:37 Quality Worksheet Templates Serial numbers arrange in numerical/alphabetical orders, different from other bar […]

How to Create a Record Using Create Function in Odoo15 | create() | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, we are discussing how to create a record using create a function in odoo15. Here we are considering an example of creating a student record from students’ applications. #odoo15developmentvideos Video Contents 00:05 Introduction 00:30 Creating a record using create() Once the documents are submitted and verified, we will click the button to […]