Inheritance - Traditional Prototype Inheritance in Odoo 13

preview_player
Показать описание
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 extend properties, fields, and views of an existing model in a modular way.

Related Videos:

In this video, we are going to learn about traditional Prototype inheritance

Types of Inheritance.

1. Traditional inheritance
* Class inhertiance
* Prototype ineritance
2. Delegation Inheritance

#odoodevelopment #inheritancemodels #classinheritance
For More Videos Subscribe to our YouTube channel.

Connect with us:
Рекомендации по теме
Комментарии
Автор

Hi i made two class A and B and i did the __inherit in the model and now i wanna the fields of class A to be in class B and when i write the fields in the views interface of class B, I want the data to be directly in class A, what type of inheritance should I do? and if there is a video tell me please!

kenzasouabni