odoo/o-spreadsheet#7913
Created by Ronakkumar Mukeshbhai Bharadiya (rmbh)
- label
- odoo:19.0-imp-title-dimention-displayname-rmbh
- head
- 8a246df7c8ed045049db5e8f499c2209ac325b22
| odoo/o-spreadsheet | |
|---|---|
| 19.0 | #7913 missing r+ |
| saas-19.1 | |
| master |
[IMP] pivot: add title on dimension display name
Description:
Current behavior before PR:
- Long dimension display names were cropped, preventing users from seeing the full text.
Desired behavior after PR is merged:
- The dimension display name now uses text-truncate and includes a title attribute,
allowing users to see the full name on hover.
Task: 5895856
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