In this video, we are discussing How to add a domain for a field dynamically based on another field in odoo. Odoo domain is used to select records from a model or database table. #odoo15developmentvideos Video Contents 00:08 Introduction 01:00 Adding domain dynamically It is a very common use case when you need to display […]
In odoo, there is a feature as odoo chatter with special functionality to store conversation messages, track messages as well as store attachments. #odoo15developmentvideos Video Contents 00:00 Introduction 00:32 Example 01:16 Adding Chatter Moreover, it helps to send messages, and notifications and to schedule activities within each record. #odoo15videos In this video, it discusses about […]
Sometimes we need to do some test runs on existing data. But that may not affect the existing data too. #odoodevelopmentvideos #odoo15tutorials Video Contents ————————- 00:00 Introduction 00:10 Logout from Odoo 00:20 Odoo Database Manager 00:25 Taking Duplicate 00:50 Checking the Duplicated Database #odoo15technicalvideos In such cases, we can use database duplication and experiments on […]
Data cleaning is an essential tool that should be needed for a business organization for proper data cleaning and also it is necessary to make or break a project. #odoo15enterprise #odoodatacleaning Video Contents ————————- 00:00 Introduction 00:48 Goes to module 01:12 Goes to the configuration 01:54 Deduplication 05:39 Field cleaning #odoo15functionalvideos It plays a vital […]
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 […]
Code profiling helps the developers to evaluate the performance of their code, the time taken to execute their program, the frequency of the function call, etc… Video Contents 00:00 Introduction to Code Profiling in Odoo 00:34 How to Enable profiling 01:51 What is Ir Profiling in Odoo 02:26 What is the Flame graph in Odoo […]
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 […]