feature/odoo18 #2
|
|
@ -48,5 +48,6 @@ class HrEmployee(models.Model):
|
|||
'work_email',
|
||||
'private_street',
|
||||
'attendance_state',
|
||||
'id'
|
||||
'id',
|
||||
'department_id'
|
||||
])
|
||||
Loading…
Reference in New Issue