In Odoo, if you want to unselect or deselect a record from the top of a list, you typically do this by clicking on the checkbox next to the record. Navigate to the module and menu where you have the list of records. Scroll or navigate to the part of the list where the record you […]
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 Domain for a field in odoo15. Odoo domain is used to select records from a model or database table. #odoo15technicalvideos Video Contents ————————- 00:05 Introduction 01:00 Adding a Domain #odoo15developmentvideos It is a very common use case when you need to display a subset of […]
In this video, we are discussing How to add a tree view in Odoo 15 inside a custom module. In Odoo, Tree View also known as List View shows multiple records in the form of a list (rows and columns). Video Contents ————————- 00:10 Introduction 00:42 Define a Tree View Each row represents a record […]