In every organization, Loans are being provided to the employees for their personal needs based on a contract with the organization and the employee. With the OpenHRMS Loan Management App, the operation of providing the Loans and its further management can be effectively done.#openhrmsapp Video Contents 00:00 Introduction 01:24 Payroll Loan Config 02:31 Loan Requests […]
In this video, we are discussing how to install a custom module/app in odoo 15. #installodoo Video Contents 00:10 Introduction 00:25 Install a custom module I have added a custom module inside my custom addons folder. now from the terminal, I mentioned the custom addons folder path inside odoo.conf file. Then restarted the odoo service. […]
In this video, we are discussing how to set a default value for a field using a function in odoo 15. #odoo15developmentvideos Video Content 00:10 Introduction 00:40 Set Default Value for a Field Using Function while defining a field we can set a default value for that field. If we want to get the default […]
The users that are created from odoo are automatically turned into employees. In this video, it describes automatically creating employees from users. #openhrmsapp Video Contents 00:00 Introduction 00:51 Create Users 03:32 User Turn to Employee When you need to assign an Employee who has been defined in the OpenHRMS platform as a User automatically, you […]
Work entry time management is an essential part of effective employee payroll management. #odoo15payroll Video Contents 00:00 Introduction 00:40 Configuration – Working Times 01:02 Create Working Times 01:44 Working Hours 02:49 Work Entry Management 03:22 Remove Conflict Every organization has its own unique working time, and the employees will be working based on different time […]
Sometimes there is a particular feature that we want to be able to add to several different models. #odoodevelopmentvideos Video Contents 00:00 Introduction 02:16 Using of Mixing Class 03:44 Result At that time we just used to rewrite the code to all models that are not an effective way. #odoo15videos Odoo provides the Abstract model […]
In this video, we are discussing how to add a new option in an existing selection field in odoo. #odoodevelopmentvideos Video Contents 00:10 Introduction 00:45 Adding a New Item in Selection Field #odoo15videos First, we inherit the model in which the selection field is defined. Then we redefine the field by just adding the selection_add […]
In this video, we can look at how to trigger a function with a button click. #odoo15tutorials Using a button we can call an XML action or a python function. If you want to call a python function on a button click, the type has to be given as an object. Video Contents 00:10 Introduction […]
In this video, we are discussing how to remove the create and edit option from view in odoo15. #odoodevelopmentvideos Video Contents 00:10 Introduction 00:40 Removing the Create and Edit Button in UI There will be certain systems when we will have to create some models to store data created from the website. #odootutorials Also if […]
In this video, We can discuss how we can show sample data in tree, kanban view. If the model does not contain any data at that time sample data will show. #odoodevelopmentvideos Video Contents 00:00 Introduction 01:18 Adding Sample =1 Attribute in a Tree, Kanban View Only we need to just add sample = 1 […]