I'm looking at a piece of code where person inherits a form view:
<record id="rename_unit_of_measure_product_variant_view" model="ir.ui.view">
<field name="name">product.variant.common.form</field>
<field name="model">product.product</field>
<field name="inherit_id" ref="product.product_normal_form_view"></field>
<field name="arch" type="xml">
...
How to find that form (product.product_normal_form_view) in the UI to see how it looks like?