commit
7918b28611
|
|
@ -2130,3 +2130,9 @@ msgstr "تسجيل الحضور قبل"
|
|||
msgid "The Maximum Number of Days to Request Missing Attendance"
|
||||
msgstr "الحد الأقصى لعدد الأيام لطلب تسجيل بصمة مفقوده"
|
||||
|
||||
#. module: attendances
|
||||
#: code:addons/attendances/wizard/attendances_report_wiz.py:0
|
||||
#, python-format
|
||||
msgid "Please select Employees Name"
|
||||
msgstr "الرجاء إختيار أسماء الموظفين"
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ class AttendancesReport(models.TransientModel):
|
|||
|
||||
def print_report(self):
|
||||
if not self.employee_ids:
|
||||
raise ValidationError(_("Please select Employee"))
|
||||
raise ValidationError(_("Please select Employees Name"))
|
||||
data = {
|
||||
'ids': self.ids,
|
||||
'model': self._name,
|
||||
|
|
|
|||
Loading…
Reference in New Issue