Merge branch 'develop' into capacity_planning_for_workstataion_feature

This commit is contained in:
rohitwaghchaure
2019-12-02 11:29:06 +05:30
committed by GitHub
74 changed files with 2136 additions and 2677 deletions

View File

@@ -5,6 +5,9 @@ from frappe import _
def execute():
"""Add setup progress actions"""
if not frappe.db.exists('DocType', 'Setup Progress') or not frappe.db.exists('DocType', 'Setup Progress Action'):
return
frappe.reload_doc("setup", "doctype", "setup_progress")
frappe.reload_doc("setup", "doctype", "setup_progress_action")