Skip to content
Snippets Groups Projects
Commit 11b1b82c 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#54664

X-original-commit: 5c54111127bd99eedb4e0331aba5a0200feb461c
Signed-off-by: default avatarLucas Perais (lpe) <lpe@odoo.com>
Signed-off-by: default avatarAaron Bohy (aab) <aab@odoo.com>
parent b2f8170d
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