IMP: added work_email to admin employee

This commit is contained in:
Matthias Lotz 2025-10-11 11:23:50 +02:00
parent 7230bcb6f8
commit bc0459ab9b

View File

@ -29,7 +29,7 @@ class HREmployee(models.Model):
admin_employee.write({
'name': 'TESTSYSTEM',
'job_title': 'Testumgebung',
'work_email': False,
'work_email': 'office@hobbyhimmel.de',
'work_phone': False,
'active': True, # Reaktivieren falls archiviert
})