From 8a246df7c8ed045049db5e8f499c2209ac325b22 Mon Sep 17 00:00:00 2001 From: rmbh-odoo Date: Wed, 4 Feb 2026 16:16:49 +0530 Subject: [PATCH] [IMP] pivot: add title on dimension display name 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 --- .../pivot_dimension/pivot_dimension.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/side_panel/pivot/pivot_layout_configurator/pivot_dimension/pivot_dimension.xml b/src/components/side_panel/pivot/pivot_layout_configurator/pivot_dimension/pivot_dimension.xml index efaf2b41dd..b2f2700ec3 100644 --- a/src/components/side_panel/pivot/pivot_layout_configurator/pivot_dimension/pivot_dimension.xml +++ b/src/components/side_panel/pivot/pivot_layout_configurator/pivot_dimension/pivot_dimension.xml @@ -4,7 +4,9 @@ class="py-1 px-2 d-flex flex-column shadow-sm pivot-dimension" t-att-class="{'pivot-dimension-invalid': !props.dimension.isValid}">
-
+
@@ -14,7 +16,7 @@ onChange.bind="updateName" class="'o-fw-bold'" /> - +