☰ Course Content

View Inheritance in Odoo 13

View Inheritance in Odoo 13

In Odoo we can inherit or use existing modules object/class/model and views. We can also inherit a single field of existing modules.

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.

Get the module from our repository GitHub

WhatsApp