Form Views in Odoo — a practical guide to Odoo form view with clear examples you can reuse in real projects.
Odoo Tutorial Series (42/112). Prefer one article? Read the complete Odoo tutorial.
Short description
Use widgets and invisible/readonly attrs for better UX.
Form sketch
<form>
<sheet>
<group>
<field name="name"/>
<field name="partner_id"/>
</group>
</sheet>
</form>