There is a patch fix for hiding cards for all users, however since the update I’m having trouble updating frappe.
File “/opt/erpnext/erpnext/apps/frappe/frappe/modules/patch_handler.py”, line 30, in run_patch
if not run_single(patchmodule = patch):
File “/opt/erpnext/erpnext/apps/frappe/frappe/modules/patch_handler.py”, line 71, in run_single
return execute_patch(patchmodule, method, methodargs)
File “/opt/erpnext/erpnext/apps/frappe/frappe/modules/patch_handler.py”, line 91, in execute_patch
frappe.get_attr(patchmodule.split()[0] + “.execute”)()
File “/opt/erpnext/erpnext/apps/frappe/frappe/patches/v12_0/fix_home_settings_for_all_users.py”, line 28, in execute
hidden_modules = home_settings[‘hidden_modules’]
KeyError: ‘hidden_modules’