brotherton-erpnext/patches/july_2012/remove_event_role_owner_match.py
2012-09-24 19:13:42 +05:30

6 lines
192 B
Python

from __future__ import unicode_literals
def execute():
import webnotes
webnotes.conn.sql("""\
update `tabDocPerm` set `match`=NULL
where parent='Event' and role='All' and permlevel=0""")