From 1f818096dbbb4ea242d556ec483f5c27746e8c0b Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Wed, 27 May 2026 14:17:23 -0400 Subject: [PATCH] fix(fusion_helpdesk_central): findings + summary actually span full width MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previous fix (col=1 on the group) didn't work — Odoo still rendered the group's string as a left-column label inside the form sheet's flow, so the textarea got pushed into a narrow right column. The summary field looked entirely missing because its content split between the button row (on the right) and the textarea (collapsed nowhere visible). Right idiom (lifted from Odoo's own mail.compose.message wizard): WIDE textareas live directly at the form level, not inside . Section titles use which renders as a horizontal divider with the label above. The textarea then takes the full sheet width naturally. Same pattern applied to bulk mode for consistency. Also moved Personal Note into the top compact group with Owner / Owner Email since it's a one-line input that belongs with the header info, not pretending to be a wide section. Bumps fusion_helpdesk_central to 19.0.2.3.2. --- fusion_helpdesk_central/__manifest__.py | 2 +- .../views/engagement_wizard_views.xml | 100 +++++++++--------- 2 files changed, 52 insertions(+), 50 deletions(-) diff --git a/fusion_helpdesk_central/__manifest__.py b/fusion_helpdesk_central/__manifest__.py index a97c12f1..5ac063e2 100644 --- a/fusion_helpdesk_central/__manifest__.py +++ b/fusion_helpdesk_central/__manifest__.py @@ -3,7 +3,7 @@ # License OPL-1 { 'name': 'Fusion Helpdesk Central — Client API Keys', - 'version': '19.0.2.3.1', + 'version': '19.0.2.3.2', 'category': 'Productivity', 'summary': 'Admin UI on the central Odoo for issuing per-client API ' 'keys used by fusion_helpdesk client deployments.', diff --git a/fusion_helpdesk_central/views/engagement_wizard_views.xml b/fusion_helpdesk_central/views/engagement_wizard_views.xml index 97c5a3f5..fd17cd5d 100644 --- a/fusion_helpdesk_central/views/engagement_wizard_views.xml +++ b/fusion_helpdesk_central/views/engagement_wizard_views.xml @@ -18,11 +18,16 @@ + - - - - + + +