Fixed patch for migrating schools to erpnext

This commit is contained in:
Neil Trini Lasrado 2016-07-21 16:41:05 +05:30
parent 137e722af1
commit af5e00363a

View File

@ -5,6 +5,7 @@ from erpnext.setup.setup_wizard import domainify
def execute():
frappe.get_doc('Portal Settings', 'Portal Settings').sync_menu()
if 'schools' in frappe.get_installed_apps():
frappe.db.sql("""delete from `tabDesktop Icon`""")
frappe.db.sql("""update `tabDoctype` set module='Schools' where module='Academics'""")
from frappe.installer import remove_from_installed_apps
remove_from_installed_apps("schools")