4 lines
117 B
Python
4 lines
117 B
Python
|
def execute():
|
||
|
import webnotes
|
||
|
webnotes.conn.sql("update `tabDocPerm` set permlevel = 0 where parent = 'Address'")
|