码迷,mamicode.com
首页 > 其他好文 > 详细

Module Immediate Install

时间:2014-07-14 09:34:02      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:http   cti   io   div   line   re   

立即安装所选模块
C:\goe7\source\openerp\addons\base\module\module.py
  1. def button_immediate_install(self, cr, uid, ids, context=None):
  2. """ Installs the selected module(s) immediately and fully,
  3. returns the next res.config action to execute
  4. :param ids: identifiers of the modules to install
  5. :returns: next res.config item to execute
  6. :rtype: dict[str, object]
  7. """
  8. return self._button_immediate_function(cr, uid, ids, self.button_install, context=context)






Module Immediate Install,布布扣,bubuko.com

Module Immediate Install

标签:http   cti   io   div   line   re   

原文地址:http://www.cnblogs.com/openlog/p/3839998.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!