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 class inheritance. This
is used to extend the features of an existing object.