[Setup Wizard] Use setup stages (#12000)

* setup working with packages imports for operations

* setup stages

* use setup_stages hook

* remove commit from app setup
This commit is contained in:
Prateeksha Singh
2017-12-21 11:55:58 +05:30
committed by Nabin Hait
parent 82035c6c7a
commit 8b0b56dda4
12 changed files with 461 additions and 369 deletions

View File

@@ -2,7 +2,7 @@ import frappe
from frappe import _
def execute():
from erpnext.setup.setup_wizard.install_fixtures import default_lead_sources
from erpnext.setup.setup_wizard.operations.install_fixtures import default_lead_sources
frappe.reload_doc('selling', 'doctype', 'lead_source')