Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
Odoo

XML Inheritance in Odoo

Extend existing views with inherit_id instead of copying them.

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>

Leave a reply

Your email address will not be published. Required fields are marked *