立即安装所选模块
C:\goe7\source\openerp\addons\base\module\module.py
def button_immediate_install(self, cr, uid, ids, context=None):
""" Installs the selected module(s) immediately and fully,
returns the next res.config action to execute
:param ids: identifiers of the modules to install
:returns: next res.config item to execute
:rtype: dict[str, object]
"""
return self._button_immediate_function(cr, uid, ids, self.button_install, context=context)
Module Immediate Install,布布扣,bubuko.com
时间: 2024-10-12 11:12:03