Module Immediate Install

立即安装所选模块

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)

来自为知笔记(Wiz)

Module Immediate Install,布布扣,bubuko.com

时间: 2024-10-12 11:12:03

Module Immediate Install的相关文章

./configure: error: the GeoIP module requires the GeoIP library.

近期安装的nginx的geo的模块在编译nginx的时候遇到报错,报错信息如下: checking for OpenSSL library ... found checking for zlib library ... found checking for GeoIP library ... not found checking for GeoIP library in /usr/local/ ... not found checking for GeoIP library in /usr/pk

puppet 详细使用(2)module模块配置ubuntu local repository

1).get puppet module to install apt-cacher-ng puppet module install markhellewell-aptcacherng then,edit nodes.pp and put the 'aptcacherng' class into the repo node class {'aptcacherng':} 2).apply to all clientscreate a manifest file including these c

python 安装 setuptools Compression requires the (missing) zlib module 的解决方案

安装 setuptools 的时候,报如下错误: creating 'dist/setuptools-0.6c11-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to itTraceback (most recent call last):  File "setup.py", line 94, in <module>    scripts = scripts,  File "/usr/local/lib/

如何处理错误消息Please install the Linux kernel header files

Please install the Linux kernel "header" files matching the current kernel 当我启动minilkube时遇到如下错误消息: Minikube setup with driver virtualbox Starting local Kubernetes v1.10.0 cluster... Starting VM... E1010 03:57:24.565157 9896 start.go:174] Error s

如何处理VirtualBox启动错误消息:The vboxdrv kernel module is not loaded

我在启动minikube时,遇到如下错误消息: Starting local Kubernetes v1.10.0 cluster... Starting VM... E1010 03:27:37.920050 4827 start.go:174] Error starting host: Error creating host: Error executing step: Running precreate checks. : We support Virtualbox starting wi

A Beginner’s Guide to Webpack 4 and Module Bundling

原文: https://www.sitepoint.com/beginners-guide-webpack-module-bundling/ ----------------------------------------------------------------- This article is featured in our book, Modern JavaScript Tools & Skills. Get familiar with the essential tools tha

lnmp脚本

#!/bin/bash#Function: Install LNMP#Author: wang#Date: 20170809 nginx_install(){useradd www -u 509 -s /bin/bash -mmkdir -p /opt/server/nginx/temp #Install the make GCCyum -y install gcc gcc-c++ automake autoconf libtool make #Installing PCRE library (

Python自动化 【第十一篇】:Python进阶-RabbitMQ队列/Memcached/Redis

 本节内容: RabbitMQ队列 Memcached Redis 1.  RabbitMQ 安装 http://www.rabbitmq.com/install-standalone-mac.html 安装python rabbitMQ module pip install pika or easy_install pika or 源码 https://pypi.python.org/pypi/pika 实现最简单的队列 send 端 received 端 1.1 Work Queues 在这

Linux重新编译内核指南

Linux的一个重要的特点就是其源代码的公开性,全世界任何一个软件工程师都可以将自己认为优秀的代码加入到其中,由此引发的一个明显的好处就是Linux修补漏洞的快速以及对最新软件技术的利用.而Linux的内核则是这些特点的最直接的代表. 为什么要升级内核 正如它的名字的字面意义,Linux的内核承担着Linux操作系统的最为核心的任务,是其它程序和硬件等运行过程中的仲裁者:它要管理所有进程的内存,保证它们都能平等得到处理器的时隙.此外,它还提供程序和硬件之间的接口等功能. 通常,更新的内核会支持更