首页 > 其他 > 详细

Module Immediate Install

时间:2014-07-14 09:33:40      阅读:386      评论:0      收藏:0      [点我收藏+]
立即安装所选模块
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://www.cnblogs.com/openlog/p/3839998.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!