-
- Downloads
[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:
Lucas Perais (lpe) <lpe@odoo.com>
Showing
- addons/web/static/src/js/views/list/list_editable_renderer.js 9 additions, 0 deletions...ns/web/static/src/js/views/list/list_editable_renderer.js
- addons/web/static/src/scss/list_view.scss 8 additions, 0 deletionsaddons/web/static/src/scss/list_view.scss
- addons/web/static/tests/views/list_tests.js 32 additions, 0 deletionsaddons/web/static/tests/views/list_tests.js
Loading
Please register or sign in to comment