Go to file
Christophe Simonis 3658063fa0 [FIX] rename cookie when direct login
bzr revid: chs@openerp.com-20120507130256-czruw5y9riqhg20z
2012-05-07 15:02:56 +02:00
addons [FIX] rename cookie when direct login 2012-05-07 15:02:56 +02:00
bin
debian [FIX] add depends on xlwt 2012-01-12 15:02:34 +01:00
doc [MRG] merge with main branch. 2012-04-19 15:28:19 +05:30
history
install Changed the side image in the Windows Installer 2011-12-21 15:01:41 +01:00
openerp [IMP] orm: all workflow trigger calls in common method for increased flexibility 2012-05-04 17:13:27 +02:00
win32 [FIX] Set the right directory in the service, set the right version 2011-12-21 18:38:33 +01:00
.bzrignore [MERGE] from trunk 2012-03-29 13:03:00 +02:00
LICENSE
LICENSE.web
MANIFEST.in
Makefile [FIX] revert html_template is used by other modules. commit 2012 revid:nicolas.vanhoren@openerp.com-20120118161735-2yuxisndfq92ctoi 2012-01-23 00:32:02 +01:00
README [FIX] restore and improve README partially revert 3855 revid:xmo@openerp.com-20111206145838-o6g3o19s0o6ggipi 2012-02-09 04:28:48 +01:00
README.web
babel.cfg [IMP] remove xmljs extractor from babel conf file (does not work), add note to extractor function 2012-02-14 16:07:18 +01:00
gen_translations.sh [IMP] gen_translations: better error msg when msgcat appears to be missing 2012-02-06 16:43:45 +01:00
gunicorn.conf.py [REV] reverted local (and mistakenly commited) changes to gunicorn.conf.py. 2012-03-23 14:19:32 +01:00
logging.json
npybabel.py [IMP] remove xmljs extractor from babel conf file (does not work), add note to extractor function 2012-02-14 16:07:18 +01:00
openerp-server [IMP] attempt to dump uid performing operation along with thread stacks 2012-03-16 12:12:18 +01:00
openerp-web [ADD] testing scaffold which does not hit the OpenERP server 2012-02-23 13:34:16 +01:00
openerp-web.cfg
setup.cfg
setup.nsi [FIX] setup.nsi: Integrate WebKitHtmlToPDF 2012-02-10 17:08:04 +01:00
setup.py [FIX] Insert the data files of Babel 2012-02-07 13:14:11 +01:00
setup_rpm.sh

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
-----------------------------

Download the deb file and type:

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

Installation on Debian Ubuntu from nightly build
------------------------------------------------

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

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
-----------------------

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
----------------------------

You need the following software installed:

 postgresql-client, python-dateutil, python-feedparser, python-gdata,
 python-ldap, python-libxslt1, python-lxml, python-mako, python-openid,
 python-psycopg2, python-pybabel, python-pychart, python-pydot,
 python-pyparsing, python-reportlab, python-simplejson, python-tz,
 python-vatnumber, python-vobject, python-webdav, python-werkzeug, python-xlwt,
 python-yaml, python-zsi

For Luxembourg localization, you also need:

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