How to control the order of view inheritance?
<record id="product_template_tree_view" model="ir.ui.view">
<field name="model">product.template</field>
<field name="inherit_id" ref="product.product_template_tree_view"/>
<field name="priority" eval="32"/>
The default priority of a view is 16. The definition above will apply this extension after most inherited views.