☰ Course Content

Inheritance - Delegation Inheritance in Odoo 13

Inheritance - Delegation 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.

In delegation inheritance, we use the _inherits attribute. This is used if you want to sink another model in your current model without affecting the views.

Get the module from our repository GitHub

WhatsApp