emp reporttt
This commit is contained in:
parent
a03415510f
commit
dfa8d27804
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Reference in New Issue