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 Ubuntu14.04LTSx86 _ 64. Ubuntu12.04 + OpenERP7.0 Installation notes http://www.linuxidc.com/Linux/2013-01/78556.htmCentOS
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.
Ubuntu 12.04 + OpenERP7.0 Installation notes http://www.linuxidc.com/Linux/2013-01/78556.htm
CentOS System Construction OpenERPhttp: // www.linuxidc.com/Linux/2012-07/65130.htm
1. Install OpenERP:
OS: Ubuntu 14.04 LTS x86_64
OpenERP: 7.0
At the end of/etc/apt/sources. list, add a line: "deb http://nightly.openerp.com/7.0/nightly/deb ./"
Then execute:
Sudo apt-get update
Sudo apt-get update
Install postgresql and OpenERP:
Sudo aptitude install postgresql
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/pymodules/python2.7/openerp/addons/web/static/src/img/
Replace logo.png with the following company logo, or set the company logo on the console:
/Usr/share/pyshared/openerp/addons/base/res/res_company_logo.png
Change the title or header and footer of OpenERP 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 "Your OpenERP is not supported ."
Sudo vim/usr/share/pyshared/openerp/addons/mail/static/src/js/mail. js
Comment out "openerp_announcement (session );"
Troubleshooting of Chinese garbled characters in report pdf:
Step 1: first go to ingress:
Sudo apt-get install ttf-wqy-zenhei
Step 2: unzip the package to the/usr/lib/pymodules/python2.7/openerp/addons folder. The final directory must be as follows: /usr/lib/pymodules/python2.7/openerp/addons/oecn_base_fonts
Step 3: Use the Administrator account to log on to the OPENERP system and check the technical features of Administrator user permissions.
Step 4: In settings, click Update module list.
Step 5: After the update is complete, filter "oecn" in the installable module to find the module and select install.
Step 6: restart the OPENERP service.
For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2
This article permanently updates the link address: Http://www.linuxidc.com/Linux/2014-07/104407.htm