commit | e0d8cf18515cd8bf5255cdb53febbbc20e122aa7 | [log] [tgz] |
---|---|---|
author | Suraj Shetty <surajshetty3416@gmail.com> | Thu Jul 18 15:58:50 2019 +0530 |
committer | Suraj Shetty <surajshetty3416@gmail.com> | Thu Jul 18 15:58:50 2019 +0530 |
tree | 44a5e9cc6d3ba7d6a5d6c7dfa4cab9539217f7f0 | |
parent | 0e23307dbf6667a617d7eee00058f7ca5d86124d [diff] |
fix: Add Employee Skill Map to HR module page
diff --git a/erpnext/config/hr.py b/erpnext/config/hr.py index 261edaf..0367755 100644 --- a/erpnext/config/hr.py +++ b/erpnext/config/hr.py
@@ -221,6 +221,11 @@ }, { "type": "doctype", + "name": "Employee Skill Map", + "dependencies": ["Employee"], + }, + { + "type": "doctype", "name": "Employee Promotion", "dependencies": ["Employee"], },