[IMP] system_dashboard_classic: automatic update

Auto-generated commit based on local changes.
This commit is contained in:
maltayyar2 2025-12-27 17:11:27 +03:00
parent 166711e34c
commit bcaa4b5542
3 changed files with 18 additions and 18 deletions

View File

@ -297,9 +297,9 @@ odoo.define('system_dashboard_classic.dashboard_self_services', function(require
var employeeName = result.employee[0][0].name; var employeeName = result.employee[0][0].name;
var isRtl = $('body').hasClass('o_rtl'); var isRtl = $('body').hasClass('o_rtl');
// Format: "مساء الخير يا أستاذ" then "أحمد" on new line // Format: "مساء الخير أستاذ" then "أحمد" on new line
var greetingWithHonorific = isRtl var greetingWithHonorific = isRtl
? (greetingText + ' يا ' + honorific) ? (greetingText + ' ' + honorific)
: greetingText; : greetingText;
var greetingHtml = '<span class="greeting-text">' + greetingWithHonorific + '</span>'; var greetingHtml = '<span class="greeting-text">' + greetingWithHonorific + '</span>';

View File

@ -159,7 +159,7 @@
font-size: 18px !important; font-size: 18px !important;
font-weight: 700 !important; font-weight: 700 !important;
color: #fff !important; color: #fff !important;
margin-bottom: 4px !important; margin-bottom: 2px !important;
letter-spacing: 0.3px !important; letter-spacing: 0.3px !important;
text-shadow: none !important; text-shadow: none !important;
-webkit-text-fill-color: unset !important; -webkit-text-fill-color: unset !important;
@ -172,7 +172,7 @@
font-weight: 500 !important; font-weight: 500 !important;
text-transform: uppercase !important; text-transform: uppercase !important;
letter-spacing: 1px !important; letter-spacing: 1px !important;
margin-bottom: 2px !important; margin-bottom: 5px !important;
-webkit-text-fill-color: unset !important; -webkit-text-fill-color: unset !important;
text-shadow: none !important; text-shadow: none !important;
} }
@ -2032,10 +2032,10 @@ p.fn-section.clickable-profile:hover {
============================================================ */ ============================================================ */
.o_rtl { .o_rtl {
.genius-search-container { // .genius-search-container {
margin-left: 0 !important; // margin-left: 0 !important;
margin-right: auto !important; // margin-right: auto !important;
} // }
.genius-search-icon { .genius-search-icon {
left: auto !important; left: auto !important;

View File

@ -127,19 +127,19 @@
} }
/* === Tab Navigation RTL === */ /* === Tab Navigation RTL === */
.dashboard-nav-buttons { // .dashboard-nav-buttons {
flex-direction: row-reverse !important; // flex-direction: row-reverse !important;
.nav-tabs { // .nav-tabs {
flex-direction: row-reverse !important; // flex-direction: row-reverse !important;
} // }
} // }
/* === Search Container RTL === */ /* === Search Container RTL === */
.genius-search-container { // .genius-search-container {
margin-left: 0 !important; // margin-left: 0 !important;
margin-right: auto !important; // margin-right: auto !important;
} // }
.genius-search-icon { .genius-search-icon {
left: auto !important; left: auto !important;