Contact management is very essential in every business. In order to make the business successful, you should have contacts with people as well as other companies. In this video let us look at how to create a new contact entry in the Contacts module. #odoo15contacts Video Chapters 00:00 Introduction to Contact Module 01:05 Create Contact […]
In this video, we will discuss how to calculate the project profitability in Odoo 15. Systematic organization of operations is a very important factor when it comes to the management of projects in any organization. Video Chapters 00:00 Introduction 01:32 Goes to the Configuration 02:10 Create New Project 04:24 Create Task 05:00 Goes to Sales […]
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 […]
This video will discuss the different options listed under the Configuration tab of the #odoo15document module. A solid digital document system is an inevitable business tool to store and keep track of your company’s documents. It can be considered a basic function required for any company regardless of its size and type in the digital […]
Sometimes we may need a better understanding of data changes over a specific time frame. Video Contents 00:00 Introduction 01:02 Creating a Menu and Action 02:02 Creating View for Cohort In Odoo we can make use of cohort view for this kind. Cohort view will give the report of data changes that took place over […]
This video will discuss the easy steps to record time in the Odoo Timesheets module. The Timesheet module in Odoo provides a dynamic platform for the users to record the time over a project or task. #odoo15timesheet Video Contents ————————- 00:48 How to Record Using a Timer 02:00 Adding Timesheet Manually For the billable type […]
Usually, we uninstall the modules in Odoo from the front end but here we have the way to uninstall the module from the command line. #odoodevelopmentvideos Video Contents —————————- 00:00 Introduction 00:42 Connecting to Odoo bash 01:45 Uninstalling module from the command line It’s more useful when we have certain errors and we can’t get […]
In every business, a thorough work analysis is critical. Proper analysis is required for the proper operation of a business. #odoo15report Video Chapters ———————— 00:00 Introduction 01:11 Insert in Spreadsheet 01:55 Re-insert Pivot 02:08 Insert Pivot Cell 03:29 Conditional Formating 05:29 Chart 07:37 Add a Line 09:02 Filler As a result, the whole working information […]
An abstract is a generic model that implements some feature that can then be inherited by a regular model. Video Contents ———————— 00:00 Introduction 00:50 Creating an Abstract Model 01:17 Checking the Model in Odoo and Pg Admin 03:08 How to Use Abstract Model Methods and Fields in the Regular Models Sometimes, there is a […]