How to Extend Models Using Mixin Classes in Odoo 15 | Odoo Mixins | Odoo 15 Development Tutorial – CBMS Odoo ERP

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 […]

View Inheritance in Odoo 15 | Inheritance in Odoo | Odoo 15 Development Tutorials – CBMS Odoo ERP

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 […]

Traditional Prototype Inheritance in Odoo 15 | Inheritance in Odoo | Odoo 15 Development Tutorials – CBMS Odoo ERP

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 […]

Inheritance – Traditional Prototype Inheritance in Odoo 13 – CBMS Odoo ERP

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 […]