modules_setup

This commit is contained in:
Rushabh Mehta
2012-02-28 18:56:56 +05:30
parent d01cc0bc50
commit 17da764d04
13 changed files with 192 additions and 50 deletions

View File

@@ -0,0 +1,8 @@
import webnotes
@webnotes.whitelist()
def update(arg=None):
"""update modules"""
webnotes.conn.set_global('modules_list', webnotes.form_dict['ml'])
webnotes.msgprint('Updated')
webnotes.clear_cache()