Go to file
Olivier Dony f0d4240082 [FIX] http dispatch: make sure transaction rollback happens in all cases when request handling raised (to be refactored)
Not doing so leads to cases where a transaction is committed
even after failing to validate a Python constraint.
This patch attempts to keep the rollback() logic next to the
corresponding commit(), and makes the rollback() more
explicit even if close() without commit() would also rollback
implicitly.

bzr revid: odo@openerp.com-20140317163228-zqbce8f0rgcg0pt4
2014-03-17 17:32:28 +01:00
addons [FIX] website translation won't properly find inherited view's id 2014-03-17 14:24:16 +01:00
debian [FIX] debian deps, recommend antiword and python-gevent 2013-10-15 03:58:00 +02:00
doc [MERGE] [CLEAN] Part I of cleaning and improvements of the server branch of website-al, after review with our Masters. All Glory to Our Masters. 2014-01-16 19:41:44 +01:00
history
install
openerp [FIX] http dispatch: make sure transaction rollback happens in all cases when request handling raised (to be refactored) 2014-03-17 17:32:28 +01:00
openerpcommand [IMP] oe: get db password from config file 2014-01-31 12:48:28 +01:00
scripts [FIX] Add the default shell 2014-01-09 11:51:00 +01:00
win32
.bzrignore
LICENSE
LICENSE.web
MANIFEST.in [FIX] update MANIFEST.in to include openerp-gevent and oe binaries 2014-01-14 17:12:02 +01:00
README
README.web
oe [CLEAN] or: reverted website-al unnecessary change 2014-01-16 13:49:48 +01:00
oe-bash-completion
openerp-gevent restore the original gevent detection 2013-09-10 01:19:46 +02:00
openerp-server
openerp-wsgi.py
setup.cfg
setup.nsi
setup.py [CLEAN] setup.py: reverted website-al unnecessary change 2014-01-16 13:50:01 +01:00
setup_rpm.sh [FIX] correct RPM creation: quote files with a space 2014-01-14 17:13:04 +01:00

README

About OpenERP
-------------

OpenERP is an OpenSource/Free software Enterprise Resource Planning and
Customer Relationship Management software. More info at:

    http://www.openerp.com

Installation on Debian/Ubuntu
-----------------------------

Add the the apt repository

    deb http://nightly.openerp.com/6.1/deb/ ./

in your source.list and type:

    $ sudo apt-get update
    $ sudo apt-get install openerp

Or download the deb file and type:

    $ sudo dpkg -i <openerp-deb-filename>
    $ sudo apt-get install install -f

Installation on RedHat, Fedora, CentOS
--------------------------------------

Install the required dependencies:

    $ yum install python
    $ easy_install pip
    $ pip install .....

Install the openerp rpm

    $ rpm -i openerp-VERSION.rpm

Installation on Windows
-----------------------

    Check the notes in setup.py

Installation on MacOSX
-----------------------

Setuping you first database
---------------------------

Point your browser to http://localhost:8069/ and click "Manage Databases", the
default master password is "admin".

Detailed System Requirements
----------------------------

The dependencies are listed in setup.py

For Luxembourg localization, you also need:

 pdftk (http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/)