fix: Remove HR & Payroll Settings from Company master

- moved setup to HRMS app
This commit is contained in:
Rucha Mahabal
2022-06-30 18:12:12 +05:30
parent 1497e26f82
commit 9f7511d6bf
4 changed files with 4 additions and 59 deletions

View File

@@ -461,6 +461,7 @@ def install_post_company_fixtures(args=None):
"department_name": _("All Departments"),
"is_group": 1,
"parent_department": "",
"company": args.company_name,
},
{
"doctype": "Department",