Module Immediate Install
立即安装所选模块
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)
浙公网安备 33010602011771号