In this article, you will learn how to inherit Odoo15 Project and Task Module Views like (Form, Tree and Search Views). After inheriting these views we can modify existing fields and their attributes according to our needs.
Why do we inherit these views?
The purpose of inheritance in Odoo is given below.
- To add additional fields in form, tree, and search views
- To change attributes to visible and invisible some fields
- To add groups and pages in existing views (form, tree, and search)
- To visible or invisible search filters, fields and group by in search views
- To change the label or string of a field in existing views, a special example has been given for the search view
- To add create, delete option using inheritance in the tree view
- We can also inherit window action
0 Comments