import webnotes def execute(): webnotes.conn.sql("""update `tabDocPerm` set cancel=1 where parent='Profile' and role in ('System Manager', 'Administrator') and permlevel=0""")