Skip to content

[IMP] pivot: add title on dimension display name#7913

Open
rmbh-odoo wants to merge 1 commit into19.0from
19.0-imp-title-dimention-displayname-rmbh
Open

[IMP] pivot: add title on dimension display name#7913
rmbh-odoo wants to merge 1 commit into19.0from
19.0-imp-title-dimention-displayname-rmbh

Conversation

@rmbh-odoo
Copy link
Contributor

@rmbh-odoo rmbh-odoo commented Feb 4, 2026

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

@robodoo
Copy link
Collaborator

robodoo commented Feb 4, 2026

Pull request status dashboard

Before this commit:
- Long dimension display names were cropped, preventing users from seeing
  the full text.

After this commit:
- The dimension display name now uses text-truncate and includes a
  title attribute, allowing users to see the full name on hover.

Task: 5895856
@rmbh-odoo rmbh-odoo force-pushed the 19.0-imp-title-dimention-displayname-rmbh branch from 140e029 to 8a246df Compare February 5, 2026 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants