emp reporttt

This commit is contained in:
blackbelts 2025-05-29 17:11:52 +03:00
parent a03415510f
commit dfa8d27804
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ class ReportAttendancePublic(models.AbstractModel):
def get_value(self, data):
type = data['form']['type']
print("ggg")
totals_only = data["form"].get("print_totals_only", False)
employee_ids = data['form']['employee_ids']
resource_calender_id = data['form']['resource_calender_id']