Go to file
Stephane Wirtel 5aef04550f [REF] Merge a refactoring of the workflow (lp:~openerp-dev/openobject-server/trunk-refactor-workflow-stw)
bzr revid: stw@openerp.com-20140109095017-xakyapswp8b5eed5
2014-01-09 10:50:17 +01:00
addons [ADD] project: add change_default parameter on project_id field of project.task. This allows to set default values depending on project through ir.values. 2014-01-07 18:13:46 +01:00
debian [FIX] debian deps, recommend antiword and python-gevent 2013-10-15 03:58:00 +02:00
doc [DOC] read_group: added comments for the new formatting option 2013-09-16 12:30:47 +02:00
history [IMP] use exact writing for fsf address 2013-05-14 16:29:26 +02:00
install [REM] netrpc: KILL EVERYBODY 2013-02-21 13:18:25 +01:00
openerp [REF] Merge a refactoring of the workflow (lp:~openerp-dev/openobject-server/trunk-refactor-workflow-stw) 2014-01-09 10:50:17 +01:00
openerpcommand [MERGE] forward port of branch saas-2 up to revid 4984 chs@openerp.com-20131125151017-lmj53bxg1pfrr4a7 2013-11-25 16:41:40 +01:00
scripts [REM] netrpc: KILL EVERYBODY 2013-02-21 13:18:25 +01:00
win32 packaging win32 2012-12-21 15:24:02 +01:00
.bzrignore Added Gruntfile with jshint and corrected most js errors 2013-07-25 12:07:49 +02:00
LICENSE
LICENSE.web
MANIFEST.in [FIX] MANIFEST.in: replaced gunicorn.conf.py with openerp-wsgi.py. 2013-03-01 15:12:12 +01:00
README
README.web
oe [ADD] oe: provides sane (unfucked) command-line interface. 2013-01-11 14:46:57 +01:00
oe-bash-completion [ADD] oe: provides sane (unfucked) command-line interface. 2013-01-11 14:46:57 +01:00
openerp-gevent restore the original gevent detection 2013-09-10 01:19:46 +02:00
openerp-server openerp apps main moved to cli ready for new commands 2012-11-27 01:55:13 +01:00
openerp-wsgi.py [IMP] remove shebang 2013-05-14 13:40:45 +02:00
setup.cfg
setup.nsi [IMP] use exact writing for fsf address 2013-05-14 16:32:54 +02:00
setup.py [FIX] Use psycogreen instead of gevent-psycopg2 2013-09-09 15:11:23 +02: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
-----------------------------

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