brotherton-erpnext/erpnext/patches/v11_0/rebuild_tree_for_company.py

8 lines
211 B
Python

from __future__ import unicode_literals
import frappe
from frappe.utils.nestedset import rebuild_tree
def execute():
frappe.reload_doc("setup", "doctype", "company")
rebuild_tree('Company', 'parent_company')