Openerp 7 Download
Downloading OpenERP All-In-One¶ The first step is to download the OpenERP All-In-One installer. At this stage, you must choose which version to install – the stable version or the development version. If you are planning to put it straight into production we strongly advise you to choose the stable version.
# copied only the scripts from http://www.theopensourcerer.com/2012/12/how-to-install-openerp-7-0-on-ubuntu-12-04-lts/ |
sudo apt-get install openssh-server denyhosts |
sudo apt-get update |
sudo apt-get dist-upgrade |
sudo adduser --system --home=/opt/openerp --group openerp |
sudo apt-get install postgresql |
sudo su - postgres |
createuser --createdb --username postgres --no-createrole --no-superuser --pwprompt openerp |
#Enter password for new role: ******** |
#Enter it again: ******** |
# Ctrl + d to exit postgres user and move to root |
sudo apt-get install python-dateutil python-docutils python-feedparser python-gdata |
python-jinja2 python-ldap python-libxslt1 python-lxml python-mako python-mock python-openid |
python-psycopg2 python-psutil python-pybabel python-pychart python-pydot python-pyparsing |
python-reportlab python-simplejson python-tz python-unittest2 python-vatnumber python-vobject |
python-webdav python-werkzeug python-xlwt python-yaml python-zsi |
wget http://nightly.openerp.com/7.0/nightly/src/openerp-7.0-latest.tar.gz |
cd /opt/openerp |
sudo tar xvf ~/openerp-7.0-latest.tar.gz |
sudo chown -R openerp: * |
sudo cp -a openerp-7.0 server |
sudo cp /opt/openerp/server/install/openerp-server.conf /etc/ |
sudo chown openerp: /etc/openerp-server.conf |
sudo chmod 640 /etc/openerp-server.conf |
sudo nano /etc/openerp-server.conf |
# change the db_password = False to the same password you used back in line 9, add logfile = /var/log/openerp/openerp-server.log |
sudo cp /opt/openerp/server/install/openerp-server.init /etc/init.d/openerp-server |
# init.d boot script http://www.theopensourcerer.com/wp-content/uploads/2012/12/openerp-server |
sudo chmod 755 /etc/init.d/openerp-server |
sudo chown root: /etc/init.d/openerp-server |
sudo mkdir /var/log/openerp |
sudo chown openerp:root /var/log/openerp |
#testing the server |
sudo /etc/init.d/openerp-server start |
less /var/log/openerp/openerp-server.log |
- Disclaimer The text above is not a piece of advice to uninstall OpenERP Server 7.0-20136 by OpenERP S.A. From your computer, nor are we saying that OpenERP Server 7.0-20136 by OpenERP S.A. Is not a good software application.
- Free download openerp 7.0. Business software downloads - OpenERP Web by OpenERP S.A. And many more programs are available for instant and free download.
- Thanks to its release under the terms of GNU Affero General Public License, OpenERP is free to use and share. In this tutorial, we will show you how easy it is to have a running copy of OpenERP 7.0 (its latest stable release) in less than 15 minutes on a Debian/Ubuntu VPS.
- The simple solution to this is to install the OpenERP software directly onto your Windows 7 machine and start playing with it. Here is a step by step guide on all you need to know when installing OpenERP on Windows 7. OpenERP All-In-One Installation. Each time a new release of OpenERP is made, OpenERP supplies a complete Windows auto-installer.
commented Jan 15, 2016
Openerp 7 Download Windows 7
I am installing openerp 7 on ubuntu server 14.04 |

Openerp 7 Free Download
I installed OpenERP 7.0, Eclipse 4.2, and Python 2.7 in Windows 7.
Followed step by step tutor, of how to make a new module in OpenERP, yet am keep getting this error.
guaka2 Answers
Indentation error , Python support one tab after you define a class , or function , then with a class one tab for name , cloumns etc and the same in functions. i hope you understand now , its not confusing :)
Indent is usually a space error or tab, python indent consists of 4 spaces only, double check line 27,28