mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
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'")
|