seitime-frappe/core/page/modules_setup/modules_setup.py

9 lines
No EOL
218 B
Python

from __future__ import unicode_literals
import webnotes
@webnotes.whitelist()
def update(ml):
"""update modules"""
webnotes.conn.set_global('hidden_modules', ml)
webnotes.msgprint('Updated')
webnotes.clear_cache()