feature/odoo18 #2

Merged
administrator merged 43 commits from feature/odoo18 into develop 2025-05-22 16:16:43 +05:30
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 96e99017c8 - Show all commits

View File

@ -48,5 +48,6 @@ class HrEmployee(models.Model):
'work_email',
'private_street',
'attendance_state',
'id'
'id',
'department_id'
])