fix
This commit is contained in:
parent
deb5a6f74b
commit
0da086450d
|
|
@ -9,6 +9,7 @@ from .helper import httpHelper, is_valid_port, is_valid_ip, ParsedRequest
|
||||||
|
|
||||||
class SystemAttendance(models.Model):
|
class SystemAttendance(models.Model):
|
||||||
_name = 'finger.system_attendance'
|
_name = 'finger.system_attendance'
|
||||||
|
_order = 'punch_time DESC'
|
||||||
|
|
||||||
punch_state = fields.Char("Punch state", readonly=True)
|
punch_state = fields.Char("Punch state", readonly=True)
|
||||||
area_alias = fields.Char("Area", readonly=True)
|
area_alias = fields.Char("Area", readonly=True)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue