Odoo is one of the effective tools for the growth of an organization, to meet the user requirements they need to build the module. #odootutorials One of the easiest methods to build a module is scaffolding. It helps to build a skelton structure of a module. Which is an automatic process with time-consuming. #odoo16videos In […]
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 […]
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 […]
Odoo Abstract model is the Main super-class for the regular database-persisted Odoo module. Here this video describes the What is Abstract model how to Abstract the model, use the Abstract model. Video Contents ————————- 0:00 Introduction [How to implement an abstract model in Odoo] 0:35 Creating a new abstract model 2:16 Creating fields 3:02 Usage […]
In this video, we are discussing how to inherit an existing view to add new fields or make changes in it. #odooinherit When you create and inherit objects in some custom or specific modules, it is better to inherit (than to replace) from an existing view to add/modify/delete some fields and preserve the others. #odoo15tutorials […]
In this video, we are discussing what is Delegation Inheritance in odoo15 and its use cases in odoo development. #odooinheritance #odoo15development #odoo15tutorials #Delegation #Inheritance #Odoo #Inherits #Odoo #Odoo #Development #Tutorials
Inheritance means we are going to use or inherit the old class/model, properties, methods, and views in the new class/model. This concept is related to Object-Oriented Programming. In Odoo/ERP we extend properties, fields, and views of an existing model in a modular way. In this video, we are going to learn about traditional Prototype inheritance […]
In this video, we are discussing what is a traditional class inheritance in odoo15 and its use cases in odoo15 development. #odooinhertance #odoodevelopmentvideos #odoo15videos #Traditional #Class #Inheritance #Odoo #Inheritance #Odoo #Development #Videos
In Odoo we can inherit or use existing modules object/class/model and views. We can also inherit a single field of existing modules. What is Inheritance? Inheritance means we are going to use or inherit old class/model, properties, methods and views in new class/model. This concept is related to Object Oriented Programming. In Odoo/ERP we extend […]
In Odoo/OpenERP we can inherit or use existing modules object/class/model and views. We can also inherit a single field of existing modules. What is Inheritance? Inheritance means we are going to use or inherit the old class/model, properties, methods, and views in the new class/model. This concept is related to Object-Oriented Programming. In Odoo/ERP we […]