View Inheritance Using OWL Javascript Framework
  • /
  • Odoo OWL/
  • View Inheritance Using OWL Javascript Framework

In this tutorial, you will learn how to inherit different view types in Odoo including Kanban View, List View, and Form View using the new OWL Javascript Framework.

In later versions of Odoo (Version 14 and below), inheriting view types is not that easy. But starting Version 15, when OWL Framework was finally used, it has been very easy to inherit view types using Javascript.

Normally, we only inherit views using XML under ir.ui.view which I think is limited. Well, you can still inherit it but it's a little bit tricky and hard to implement. But don't worry, in this tutorial, you will learn how to inherit them easily.

To learn more, kindly check this video below.

View Inheritance Using OWL Javascript Framework