odoo/o-spreadsheet#7380

Created by BI, Adrien Minne (adrm)
Merged at 63b5b6e8a93d93c3f7fb7948b73d8a7566c45de2

Statuses:

label
odoo:saas-18.4-filter-menu-truncate-adrm
head
86376f720d59c935bad7480561f5ec59d1edc2fb
merged
2 months ago by BI, Rémi Rahir (rar)
odoo/o-spreadsheet
saas-18.2 #7380
saas-18.3 #7435
saas-18.4 #7436
19.0 #7437
saas-19.1
master #7438

[FIX] filter menu: truncate long filter values

Description

Long values in the filter menu were not truncated, causing layout issues. There was a text-truncate class, but it was added to the <label> element instead of the <span> containing the text.

Task: 5219611

review checklist

  • [ ] feature is organized in plugin, or UI components
  • [ ] support of duplicate sheet (deep copy)
  • [ ] in model/core: ranges are Range object, and can be adapted (adaptRanges)
  • [ ] in model/UI: ranges are strings (to show the user)
  • [ ] undo-able commands (uses this.history.update)
  • [ ] multiuser-able commands (has inverse commands and transformations where needed)
  • [ ] new/updated/removed commands are documented
  • [ ] exportable in excel
  • [ ] translations (_t("qmsdf %s", abc))
  • [ ] unit tested
  • [ ] clean commented code
  • [ ] track breaking changes
  • [ ] doc is rebuild (npm run doc)
  • [ ] status is correct in Odoo