How to Create and Manage Surveys With Odoo 15 Survey Module | Odoo 15 Functional Tutorial – CBMS Odoo ERP

In this video, it details about how to create and manage surveys in Odoo 15 Survey module. Surveys play a considerable role in generating more efficiency in business management. #odoo15survey Video Contents 00:42 Introduction to Odoo 15 Survey Module 01:54 How to Create Survey in Odoo 15 02:29 How to Add Question and Section 09:45 […]

How to Create Certification Questions in Odoo 15 eLearning |Odoo eLearning| Odoo Functional Tutorial – CBMS Odoo ERP

The Odoo eLearning platform provides you with an exclusive analysis method that will allow you to test your student’s progress and achievements. #odoo15elearning Video Chapters 00:00 Introduction 00:37 Goes to Certification Survey Creation 01:48 Analyse Question Types – Multiple Line Text Box 03:36 Single-line Text Box 04:37 Numerical Value 05:13 Multiple Choice, Only One Answer […]

How to Define Karma Rules in Odoo 15 eLearning | Odoo 15 eLearning | Odoo 15 Functional Tutorials – CBMS Odoo ERP

Karma points in the eLearning module of Odoo are the reward points that will allow you to keep your members (employees or candidates) motivated. #odoo15elearning Video Chapters 00:00 Introduction 00:56 Goes to Course Creation Form 01:37 Forum Menu 01:50 Analyse Karma Gain Tab 02:28 Karma Related Tab If the employee or your candidate successfully completed […]

How to Super a Function in Odoo 15 | super() function | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, we are discussing how to super a function in odoo15. super() function is used in odoo to change the workflow of an existing function in odoo. #odoo15technicalvideos Video Contents 00:06 Introduction 01:15 Super a function in odoo In some cases, we will have to make some customization while executing a predefined function. […]

Open HRMS Employee Branch Transfer | Open HRMS App | Odoo 15 App – CBMS Odoo ERP

When the employee transfer occurs between the company branches, the aspects of functioning and effective transition of the duties will be challenging. This can be resolved with the OpenHRMS Employee Batch Transfer modules available. The installation of the OpenHRMS Employee Batch Transfer module will help with the effective Batch Transfer aspects of the employee. Video […]

Open HRMS Attendance Regularization | Open HRMS App | Odoo 15 App – CBMS Odoo ERP

Managing the Attendance of the employees is essential in every organization and with the Attendance Regularization module of the OpenHRMS platform, the business can effectively manage Attendance. The definition of Attendance should be defined with utmost care and considering this the creators of the OpenHRMS platform have brought in the Attendance Regulation module. Video Contents […]

How to Do Time Period Calculations Based on Date Type Fields in Odoo15 | Odoo Development Tutorials – CBMS Odoo ERP

In this video, we are discussing How to do time period calculations based on date type fields in odoo15. #odoo15developmentvideos Video Contents ————————- 00:05 Introduction 00:40 Time Period Calculations There are a few built-in functions for getting ranges and references to different time periods. #odoo15tutorials These are specific to certain periods like “month”, “quarter”, “fiscal […]

How to Override Create, Write, Unlink Methods in Odoo15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, we are discussing How to override the create, write and unlink methods in odoo15. #odoo15developmentvideos Video Contents ————————- 00:06 Introduction 00:40 Override the Create, Write & Unlink Methods Create() function in odoo is used to create a new record in a model. Overriding a create function in odoo will help us to […]

How to Make a Field Visible Only for a Certain User Groups in Odoo 15 | Odoo 15 Development Tutorial – CBMS Odoo ERP

In odoo, we can restrict the visibility of fields only for particular users. The user belonging to a particular group can have only access to view that field. This can be done by using the group_id attribute. #odoo15developmentvideos Video Contents ————————– 00:00 Introduction 00:38 Example 01:08 Using the attribute field Visibility #odoo15tutorials Using group_id gives […]

How to Add a Context and Domain in Odoo 15 | What Is a Context in Odoo | Odoo Development Tutorials – CBMS Odoo ERP

In this video, we will discuss How to add a context and domain in odoo15. The context in Odoo is a part of the environment of a record set. #odoo15developmentvideos Video Contents ————————– 00:05 Introduction 00:40 Adding a domain 03:15 Adding a context It is basically a python dictionary that carries the session data. This […]