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