This commit is contained in:
Bakry 2025-12-02 12:34:28 +03:00
parent deb5a6f74b
commit 0da086450d
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ from .helper import httpHelper, is_valid_port, is_valid_ip, ParsedRequest
class SystemAttendance(models.Model):
_name = 'finger.system_attendance'
_order = 'punch_time DESC'
punch_state = fields.Char("Punch state", readonly=True)
area_alias = fields.Char("Area", readonly=True)