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

Inheritance – Traditional Class 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 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 inheritance ( class inheritance )

Get the module from our repository:

Related Videos:
Configure Odoo 14 Project on Pycharm Ubuntu:
Building a Module in Odoo 14:
Composition of a module in Odoo 14:
Module Structure in Odoo 14:
Empty Module Structure Scaffold in Odoo 14:

Types of Inheritance.

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

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

Visit our company website:

Connect with us:
Facebook:
twitter:
LinkedIn:
Pinterest:

#Inheritance #Traditional #Class #Inheritance #Odoo

Similar Posts

7 Comments

  1. avatar
    @loickbrouard8827 says:

    Hi, thanks for all the videos it is a great help to the poor official tutorial 🙂
    I have an issue with the inheritance when I try to upgrade the module I have the following error :
    "psycopg2.errors.UndefinedColumn: ERREUR: the column res_partner.instructor doesn't exist"

  2. avatar
    @omarimad8326 says:

    Hi everyone here i need the solution in this error psycopg2.errors.UndefinedColumn: column res_partner.instructor does not exist was trying to inherit res.partner in my custom module

Leave a Reply

Your email address will not be published. Required fields are marked *