Embed presentation
Downloaded 20 times




![To display that fields we have used xpath expression. In "expr" attribute we used
"//field[@name='function']" and "position="after"", its mean that place our newly created field after
name field of parent form view. Position attribute have following values.
1. position="after" : To display field after parent form view field mentioned in "expr"
2. position="before" : To display field before parent form view field mentioned in "expr"
3. position="inside" : To display field inside notebook of parent form view
4. position="attributes" : To change field attribute such as read only and visibility of a field
5. position="replace" : To replace parent form view field with your newly created field](https://image.slidesharecdn.com/viewinheritanceinodoo15-220225091600/85/View-Inheritance-in-Odoo-15-5-320.jpg)




Odoo 15 offers view inheritance, allowing children views to extend and modify parent views without altering them directly. This is achieved through the inherit_id field in extension views and using xpath expressions to position additional fields. Various position attributes such as 'after', 'before', 'inside', 'attributes', and 'replace' dictate how new fields integrate into the parent view.




![To display that fields we have used xpath expression. In "expr" attribute we used
"//field[@name='function']" and "position="after"", its mean that place our newly created field after
name field of parent form view. Position attribute have following values.
1. position="after" : To display field after parent form view field mentioned in "expr"
2. position="before" : To display field before parent form view field mentioned in "expr"
3. position="inside" : To display field inside notebook of parent form view
4. position="attributes" : To change field attribute such as read only and visibility of a field
5. position="replace" : To replace parent form view field with your newly created field](https://image.slidesharecdn.com/viewinheritanceinodoo15-220225091600/85/View-Inheritance-in-Odoo-15-5-320.jpg)



