2012-07-31 14:12:23 +05:30

3 lines
112 B
Python

def execute():
import webnotes
webnotes.conn.sql("update `tabDocPerm` set permlevel = 0 where parent = 'Bin'")