fix(claims): intake_mode title above radio, not on the left

Switched the section title from group string= (which Odoo was rendering
as a left-side column label) to a real <separator/>, so the heading
sits above the radio and the options use the full form width.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
gsinghpal
2026-05-19 21:48:37 -04:00
parent e3bec557b6
commit 60eb2adef3

View File

@@ -17,7 +17,8 @@
<field name="has_pending_page11_request" invisible="1"/>
<field name="has_signed_page11" invisible="1"/>
<group string="How were pages 11 &amp; 12 provided?" col="1">
<separator string="How were pages 11 &amp; 12 provided?"/>
<group col="1">
<field name="intake_mode" widget="radio" nolabel="1"/>
</group>