From bcaa4b554211bfd6512739aa3714234b95277b9a Mon Sep 17 00:00:00 2001 From: maltayyar2 Date: Sat, 27 Dec 2025 17:11:27 +0300 Subject: [PATCH] [IMP] system_dashboard_classic: automatic update Auto-generated commit based on local changes. --- .../src/js/system_dashboard_self_service.js | 4 ++-- .../static/src/scss/genius-enhancements.scss | 12 +++++------ .../static/src/scss/rtl-cards.scss | 20 +++++++++---------- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/odex25_base/system_dashboard_classic/static/src/js/system_dashboard_self_service.js b/odex25_base/system_dashboard_classic/static/src/js/system_dashboard_self_service.js index 787473eaf..3623c5c5f 100644 --- a/odex25_base/system_dashboard_classic/static/src/js/system_dashboard_self_service.js +++ b/odex25_base/system_dashboard_classic/static/src/js/system_dashboard_self_service.js @@ -297,9 +297,9 @@ odoo.define('system_dashboard_classic.dashboard_self_services', function(require var employeeName = result.employee[0][0].name; var isRtl = $('body').hasClass('o_rtl'); - // Format: "مساء الخير يا أستاذ" then "أحمد" on new line + // Format: "مساء الخير أستاذ" then "أحمد" on new line var greetingWithHonorific = isRtl - ? (greetingText + ' يا ' + honorific) + ? (greetingText + ' ' + honorific) : greetingText; var greetingHtml = '' + greetingWithHonorific + ''; diff --git a/odex25_base/system_dashboard_classic/static/src/scss/genius-enhancements.scss b/odex25_base/system_dashboard_classic/static/src/scss/genius-enhancements.scss index f50374a1d..b5beca179 100644 --- a/odex25_base/system_dashboard_classic/static/src/scss/genius-enhancements.scss +++ b/odex25_base/system_dashboard_classic/static/src/scss/genius-enhancements.scss @@ -159,7 +159,7 @@ font-size: 18px !important; font-weight: 700 !important; color: #fff !important; - margin-bottom: 4px !important; + margin-bottom: 2px !important; letter-spacing: 0.3px !important; text-shadow: none !important; -webkit-text-fill-color: unset !important; @@ -172,7 +172,7 @@ font-weight: 500 !important; text-transform: uppercase !important; letter-spacing: 1px !important; - margin-bottom: 2px !important; + margin-bottom: 5px !important; -webkit-text-fill-color: unset !important; text-shadow: none !important; } @@ -2032,10 +2032,10 @@ p.fn-section.clickable-profile:hover { ============================================================ */ .o_rtl { - .genius-search-container { - margin-left: 0 !important; - margin-right: auto !important; - } + // .genius-search-container { + // margin-left: 0 !important; + // margin-right: auto !important; + // } .genius-search-icon { left: auto !important; diff --git a/odex25_base/system_dashboard_classic/static/src/scss/rtl-cards.scss b/odex25_base/system_dashboard_classic/static/src/scss/rtl-cards.scss index d2390d5df..d81c54dd7 100644 --- a/odex25_base/system_dashboard_classic/static/src/scss/rtl-cards.scss +++ b/odex25_base/system_dashboard_classic/static/src/scss/rtl-cards.scss @@ -127,19 +127,19 @@ } /* === Tab Navigation RTL === */ - .dashboard-nav-buttons { - flex-direction: row-reverse !important; + // .dashboard-nav-buttons { + // flex-direction: row-reverse !important; - .nav-tabs { - flex-direction: row-reverse !important; - } - } + // .nav-tabs { + // flex-direction: row-reverse !important; + // } + // } /* === Search Container RTL === */ - .genius-search-container { - margin-left: 0 !important; - margin-right: auto !important; - } + // .genius-search-container { + // margin-left: 0 !important; + // margin-right: auto !important; + // } .genius-search-icon { left: auto !important;