1f818096dbbb4ea242d556ec483f5c27746e8c0b
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 <group>. Section titles use <separator string="…"> 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.
Description
Odoo 19 custom modules
Languages
Python
57%
HTML
24.9%
JavaScript
14.7%
SCSS
2.2%
CSS
0.8%
Other
0.3%