立即安装所选模块
C:goe7sourceopenerpaddonsasemodulemodule.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)