XML Inheritance in Odoo — a practical guide to Odoo view inheritance with clear examples you can reuse in real projects.
Odoo Tutorial Series (50/112). Prefer one article? Read the complete Odoo tutorial.
Short description
Inheritance keeps upgrades smoother when core views change.
Inherit tip
<field name="inherit_id" ref="sale.view_order_form"/>
<field name="arch" type="xml">
<!-- xpath modifications -->
</field>