module import fix in patch (#14203)

diff --git a/erpnext/patches/v11_0/rename_field_max_days_allowed.py b/erpnext/patches/v11_0/rename_field_max_days_allowed.py
index 30b3ec3..730b271 100644
--- a/erpnext/patches/v11_0/rename_field_max_days_allowed.py
+++ b/erpnext/patches/v11_0/rename_field_max_days_allowed.py
@@ -1,5 +1,5 @@
 import frappe
-from frappe.model.utils import rename_field
+from frappe.model.utils.rename_field import rename_field
 
 def execute():
 	frappe.db.sql("""