Skip to content
Snippets Groups Projects
Commit c8ab8147 authored by Aaron Bohy's avatar Aaron Bohy
Browse files

[FIX] web: list: do not crush text fields


Before this commit, it might happen that text field columns in list
views were completely crushed, to let space to the other columns.

This commit fixes the issue by preventing text fields from being
wrapped during the ideal column widths computation. Doing so, text
fields will take space they deserve according to their content.
They will then be wrapped if necessary, so that they aren't trimmed,
unlike e.g. char fields.

Task 2275747

closes odoo/odoo#54596

Signed-off-by: default avatarLucas Perais (lpe) <lpe@odoo.com>
parent 0d658349
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment