fix(minor): in install, load doctype_action and doctype_link before doctype
This commit is contained in:
parent
77018fc9d6
commit
b0b5a56566
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ from frappe.utils.password import update_password
|
|||
def before_install():
|
||||
frappe.reload_doc("core", "doctype", "docfield")
|
||||
frappe.reload_doc("core", "doctype", "docperm")
|
||||
frappe.reload_doc("core", "doctype", "doctype_action")
|
||||
frappe.reload_doc("core", "doctype", "doctype_link")
|
||||
frappe.reload_doc("core", "doctype", "doctype")
|
||||
|
||||
def after_install():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue