This video details about Odoo 15 Dashboard module. A dashboard is defined as a decisive menu, where all the information regarding the company operation is shown under one screen and can add customized menus from different modules providing one complete insight into the company operations by looking at their menu. #odoo15dashboard #odoo15functionalvideos Video Contents ————————- […]
This video discusses how to make sure one2many records are deleted when parent records are deleted. #odoodevelopmentvideos Video Contents ————————- 00:37 Introduction 00:38 Example 01:03 ondelete = ‘cascade’ 02:11 Delete parent record This can be done using ondelete =”cascade” attribute. We can use ondelete = ‘cascade’, which is a referential action for a foreign key […]
Conducting regular meetings and conferences is very important to strengthen the relationship with employees and clients. So an efficient schedule management and planning system is required for that. #odoo15calendar #odoo15enterprise Video Chapters 00:00 Introduction to Odoo 15 Calendar Module 00:42 Goes to a Calendar module 02:46 Reminders 03:48 Application invitation 04:12 How to create a […]
This video explains the key features of the Rental module in Odoo 15. Odoo Rental is the best management software that will meet all your needs. It will manage different tasks and orders easily. #odoo15functionalvideos #odoo15rental Video Chapters 00:00 Introduction to Odoo 15 Rental Module 00:39 Goes to Rental module 01:23 Configuration settings 02:39 Product […]
This video explains the functionalities of Odoo 15 Live chat. Odoo Live chat is considered a good platform for bringing new leads and opportunities. #odoo15livechat Video Chapters ————————- 00:00 Introduction 00:36 Goes to module 01:15 Goes to the website module and then the configuration 01:55 Goes back to live chat module 02:07 How to create […]
Odoo ERP helps to run your business effectively and efficiently by providing the right tools. Odoo 14’s Field service module focuses on increasing productivity and visibility. #odoo15fieldservice Video Contents 00:00 Introduction 00:18 Goes to module 01:10 My task – Map 01:27 Configuration – Field service 02:38 Project 03:51 Stages 04:50 Worksheet Template 05:41 Product 06:12 […]
When you have large quantities of data, filters are required to make the system more user-friendly. It helps the user to filter data based on their choices. Odoo offers filter support by default for filtering data. #odooviews #odoo15developmentvideos Video Contents 00:10 Introduction 01:00 Add a filter in Search View However, we may need to customize […]
The need for profilers is very important for a programmer for the analysis of his program at different aspects. Code profiling helps us to analyze the time taken to execute a program, frequency of a function call, memory usage, complexity of a program, etc. Video Contents 00:00 Introduction 00:47 Graph a method: Produce a graph […]
In this video, we will be discussing how to add new fields to a model. To explain the video, we will take the model vehicle rental and see how one can add a custom field to the model and display the same in the vehicle form view. #odoo15developmentvideos Video Contents ————————- 00:10 Introduction 00:32 Add […]