erpnext password field code example
Example: erpnext get password field
docSettings = frappe.get_single("Connection Settings")
strPassword = docSettings.get_password('erpnext_password')
docSettings = frappe.get_single("Connection Settings")
strPassword = docSettings.get_password('erpnext_password')