Sudo aptitude install openerp
Visit http: // YOUR_HOST: 8069 and follow the prompts to install and configure.
Uninstall postgresql and OpenERP:
Sudo aptitude remove openerp
Sudo aptitude remove postgresql
Ii. Start and Stop postgresql and OpenERP:
Sudo/etc/init. d/postgresqlstart/stop/restart
Sudo/etc/init. d/openerp start/stop/restart
3. Customize the Logo and title of OpenERP
Generate a new logo icon favicon. ico logo.png logo2.png and replace the icon in the following directory:
/Usr/lib/p
1. What is a plug-in? The plug-in is located in the addonsplugins directory? The plug-in extends some functions without modifying any application-core code. It has the ability to enable and disable it .? Thinksns plug-in mechanism is based on Hook, so the hook implemented by each plug-in will be executed once at the specified position. When multiple plug-ins simultaneously implement the same Hook
1. What is a plug-in? The plug-in is located in the/addons
://centos.ustc.edu.cn/centos/5/os/i386/RPM-GPG-KEY-CentOS-5#packages used/produced in the build but not released[addons]name=CentOS-5 - Addonsbaseurl=http://mirror.centos.org/centos/5/addons/$basearch/gpgcheck=1gpgkey=http://centos.ustc.edu.cn/centos/5/os/i386/RPM-GPG-KEY-CentOS-5#additional packages that may be useful[extras]name=CentOS-5 - Extrasbaseurl=http://mirror.centos.org/centos/5/extras/$basearch/g
When switching from OE 7.0 to OE 8.0, we found that many modules in our system could not be loaded, but errors occurred during import, later I found that the Addons of OE 8.0 was modified, and openerp was added when I imported my Addons. addons namespace. Why is OE 8.0 doing so? I found out the real reasons behind it:
Openerp 7.0 supports two import methods: Impo
As an excellent open-source ERP system, openerp is very powerful. It is developed in Python and based on modular design. It is flexible to use and customize. This document briefly records the installation, configuration, and use of openerp7.0 on Ubuntu 14.04 lts x86_64. I. InstallationOpenerp: OS: Ubuntu 14.04 lts x86_64 Openerp: 7.0 In/Etc/APT/sources. ListAt the end of, add a line:"Deb http://nightly.openerp.com/7.0/nightly/deb ./" Then execute: Sudo apt-Get update Sudo apt-Get updat
Problem analysisToday in the use of onethink, found that even can invoke the controller inside the plug-in, such as the index.php?s=/Addons/execute/_addons/EditorForAdmin/_controller/Upload/_action/ke_upimg.html representative called the addons/editorforadmin/controller/uploadcontroller.class.php in Ke_ Upimg, feel with so long TP, has not done so, it is necessary to delve into, it can do this reason. By an
.exe (created by Stephen ane wirtel) py2exe -0.6.8.win32-py2.5 . EXE hippo -Canvas-0.3.0-win32.zip-uncompess this archive, And Copy/paste the files " Libhippocanvas-1-0.dll " And " Hippo. PYD " Into c: \ python25 \ DLLs \ msvcp71.zip -Uncompress this archive And Copy the msvcp71.dll into c: \ windows \ system32 psycopg2 -2.0.8.win32-py2.5-pg8.3.4-Release.exe you can install the setuptools package: setuptools -0.6c9.win32-py2.5 . Exe 2 . How to get the sources -------------------------
generally not changed, directly edit their own defined repo files
#############################################################
[Base]
name=red Hat Enterprise Linux $releasever-base
baseurl=http://ftp.monash.edu.au/pub/linux/centos/5.3/os/$basearch/
Gpgcheck=0
[UPDATE]
name=red Hat Enterprise Linux $releasever-updates
baseurl=http://ftp.monash.edu.au/pub/linux/centos/5.3/updates/$basearch/
Gpgcheck=0
[Extras]
name=red Hat Enterprise Linux $releasever-extras
baseurl=http://ftp.monash.edu.au/pub/
In CentOS 5. in the process of X, although the software packages in the source warehouse are much more comprehensive than the Redhat, there are still many commonly used packages. At this time, we need to use the third-party source warehouse, I am using the rpmfusion source, which is relatively fast and the software package is complete.
1. view the YUM enabled by the System[Root @ server ~] # Yum repolist
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* Base: mirrors.btt
I use the method one, successful configuration, method two has not been tested, can be used as a reference
Method One:
1. Ensure that the Yum is installed in the RHEL5
[Root@lvs-master ~]# rpm-qa |grep yum
yum-metadata-parser-2-el5 yum-updatesd-9-el5 yum-22-el5 Yum-security-16-el5
2. Modify the source configuration file #vim/etc/yum.repos.d/centos-base.repo
(If there is no. repo file in the directory, create one yourself)
[Base] name=centos-5-base #mirrorlist =http://mirr
Chapter 2 plug-in Analysis
Plug-ins are actually a collection of files. These files are stored on the client and loaded and run on the client. The available World of Warcraft custom plug-ins are already very rich. This chapter focuses on how the plug-ins are made up and explains each part.
9.1 develop your own plug-in folder
To load the game and apply a plug-in, you need to put it in the folder specified by World of Warcraft. If you have run World of Warcraft, there will be an interface folder u
Put the code here first.1 defMain ():2args = Sys.argv[1:] 3 4 #The only shared option was '--addons-path= ' needed to discover additional5 #commands from Modules6 ifLen (args) > 1 andArgs[0].startswith ('--addons-path=') and notArgs[1].startswith ("-"): If there is a plug-in path parameter, the resolution7 #Parse only the Addons-path, does no
This paper mainly introduces the behavior extension and plug-in principle analysis in thinkphp, the behavior in thinkphp, the custom behavior, the custom plug-in, and so on, to provide reference for everyone, hoping to help you.
Principle Analysis
The correspondence between the label and the class, such as 'app_init'=>array('Common\Behavior\InitHook') , is loaded into the static variable $tags in the hook class via the import or Add method in the Hook class. When executing a static method listen
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.