brotherton-erpnext/patches/november_2012/reset_appraisal_permissions.py

3 lines
104 B
Python
Raw Normal View History

import webnotes
def execute():
webnotes.conn.sql("""delete from tabDocPerm where parent='Appraisal'""")