تقرير الحضور والانصراف للموظفين
@@ -501,9 +492,9 @@
font-family: ae_AlMohanad;
}
-
+
-
+
diff --git a/odex25_hr/employee_requests/views/hr_personal_permission.xml b/odex25_hr/employee_requests/views/hr_personal_permission.xml
index 272f7f5e2..9f47bf772 100644
--- a/odex25_hr/employee_requests/views/hr_personal_permission.xml
+++ b/odex25_hr/employee_requests/views/hr_personal_permission.xml
@@ -128,6 +128,7 @@
+
diff --git a/odex25_hr/exp_official_mission/views/especially_hours.xml b/odex25_hr/exp_official_mission/views/especially_hours.xml
index 48bc28f7c..2ae45a23a 100644
--- a/odex25_hr/exp_official_mission/views/especially_hours.xml
+++ b/odex25_hr/exp_official_mission/views/especially_hours.xml
@@ -143,6 +143,7 @@
string="Employee Especially Hours">
+
diff --git a/odex25_hr/hr_disciplinary_tracking/views/penalty_register.xml b/odex25_hr/hr_disciplinary_tracking/views/penalty_register.xml
index 8246a5e4d..dbf044f22 100644
--- a/odex25_hr/hr_disciplinary_tracking/views/penalty_register.xml
+++ b/odex25_hr/hr_disciplinary_tracking/views/penalty_register.xml
@@ -131,6 +131,7 @@
+
diff --git a/odex25_hr/hr_holidays_community/views/hr_holidays_views.xml b/odex25_hr/hr_holidays_community/views/hr_holidays_views.xml
index 1145de5db..17af84723 100644
--- a/odex25_hr/hr_holidays_community/views/hr_holidays_views.xml
+++ b/odex25_hr/hr_holidays_community/views/hr_holidays_views.xml
@@ -140,6 +140,7 @@
+
@@ -278,6 +279,7 @@
+
diff --git a/odex25_hr/hr_holidays_public/models/hr_holidays.py b/odex25_hr/hr_holidays_public/models/hr_holidays.py
index 3b1a970c5..5fe8bc223 100644
--- a/odex25_hr/hr_holidays_public/models/hr_holidays.py
+++ b/odex25_hr/hr_holidays_public/models/hr_holidays.py
@@ -2059,3 +2059,11 @@ class holidaysAttach(models.Model):
# })
# return result
+
+class ResConfigSettings(models.TransientModel):
+ _inherit = 'res.config.settings'
+
+ resource_calendar_id = fields.Many2one(
+ 'resource.calendar', 'Company Working Hours',
+ related='company_id.resource_calendar_id', readonly=False)
+
diff --git a/odex25_hr/hr_holidays_public/views/leave_cancellation.xml b/odex25_hr/hr_holidays_public/views/leave_cancellation.xml
index dd1b517d0..93bf3434d 100644
--- a/odex25_hr/hr_holidays_public/views/leave_cancellation.xml
+++ b/odex25_hr/hr_holidays_public/views/leave_cancellation.xml
@@ -95,6 +95,7 @@
+
diff --git a/odex25_hr/hr_holidays_public/views/leaves_balance.xml b/odex25_hr/hr_holidays_public/views/leaves_balance.xml
index 0ce8f8fb1..af8126e95 100644
--- a/odex25_hr/hr_holidays_public/views/leaves_balance.xml
+++ b/odex25_hr/hr_holidays_public/views/leaves_balance.xml
@@ -10,6 +10,40 @@
+
+ hr.employee.leave.form.inherit
+ hr.employee
+
+
+
+
+
+
+ days
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -58,6 +92,8 @@
+
+