Openerp installation customization process recording

Source: Internet
Author: User

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 update

 

InstallPostgreSQLAndOpenerp:

Sudo aptitude install PostgreSQL

Sudo aptitude install openerp

AccessHttp: // your_host: 8069Install and configure as prompted.

 

UninstallPostgreSQLAndOpenerp:

Sudo aptitude remove openerp

Sudo aptitude remove PostgreSQL

 

Ii. start/stopPostgreSQLAndOpenerp:

Sudo/etc/init. d/postgresqlstart/Stop/restart

Sudo/etc/init. d/openerp start/stop/restart

 

Iii. CustomizationOpenerpOfLogoAnd title

Generate a newLogoIconFavicon. ICO logo.png logo2.png, Replace the icon in the following directory:

/Usr/lib/pymodules/python2.7/openerp/Addons/web/static/src/img/

 

SetLogo.pngReplace the following companiesLogo, Or set the company'sLogo:

/Usr/share/pyshared/openerp/Addons/base/RES/res_company_logo.png

 

SetOpenerpOfTitleOr change the header and footer to your own:

Sudo Vim/usr/share/pyshared/openerp/Addons/web/static/src/XML/base. xml

Sudo Vim/usr/share/pyshared/openerp/Addons/web/controllers/Main. py

Sudo Vim/usr/share/pyshared/openerp/Addons/web/static/src/JS/chrome. js

 

Remove the"Your openerp is not supported."

Sudo Vim/usr/share/pyshared/openerp/Addons/mail/static/src/JS/mail. js

Comment out"Openerp_announcement (session );"

 

ReportsPDFSolve Chinese garbled characters:

Step 1: First comeHttp://apps.openerp.com/addon/get_module_as_zip/6647/oecn_base_fonts.zipDownload hereOecn_base_fontsThis package,And press the corresponding Font:

Sudo apt-Get install TTF-wqy-zenhei

Step 2: Decompress the package to /usr/lib/pymodules/python2.7/openerp/Addons under the folder, the final directory must be like this: /usr/lib/pymodules/python2.7/openerp/Addons/oecn_base_fonts

Step 3: Log On with the Administrator accountOpenerpSystem, setAdministratorSelect the technical features in the user's permissions. 

Step 4: In settings, click Update module list. 

Step 5: filter the modules that can be installed after the update is completed."Oecn"You can find this module and select "Install. 

Step 6: restartOpenerpService.

 


This article is from the "fireworks easy to cold" blog. For more information, please contact the author!

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.