diff --git a/erpnext/config/hr.py b/erpnext/config/hr.py index 647090f8c7..b87f4bc1b5 100644 --- a/erpnext/config/hr.py +++ b/erpnext/config/hr.py @@ -211,11 +211,19 @@ def get_data(): }, { "type": "doctype", - "name": "Employee Separation" + "name": "Employee Separation", }, { "type": "doctype", "name": "Employee Onboarding" + }, + { + "type": "doctype", + "name": "Employee Separation Template", + }, + { + "type": "doctype", + "name": "Employee Onboarding Template" } ] },