您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

12 行
305 B

  1. # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
  2. # MIT License. See license.txt
  3. from __future__ import unicode_literals
  4. import webnotes
  5. @webnotes.whitelist()
  6. def update(ml):
  7. """update modules"""
  8. webnotes.conn.set_global('hidden_modules', ml)
  9. webnotes.msgprint('Updated')
  10. webnotes.clear_cache()