From a86a1d6d6e8c80982ea9ea9d4199c74b52da0550 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Thu, 7 Dec 2023 14:51:08 +0530 Subject: [PATCH] Revert "fix: load crm_lead_status & crn_deal_status before app install" This reverts commit e4fc9fbe681f87240334ef8ed413a5c647b73972. --- crm/install.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crm/install.py b/crm/install.py index 19e34375..77979f73 100644 --- a/crm/install.py +++ b/crm/install.py @@ -5,8 +5,7 @@ from __future__ import unicode_literals import frappe def before_install(): - frappe.reload_doc("fcrm", "doctype", "crm_lead_status") - frappe.reload_doc("fcrm", "doctype", "crm_deal_status") + pass def after_install(): add_default_lead_statuses()