Go to file
Gery Debongnie 9f3abe3ea4 [FIX] code cleanup (addon crm)
improves the method to count opportunities/meetings/phonecalls in res_partner.py.  It was bugged in two different way: the phonecall_count field was counting the number of meetings and not of phone calls, and it was in the try statement, so it might give an incorrect value if an exception occurs in the computation of opportunity/meeting

Also, remove useless meeting_ids one2many field in crm_lead.py and improves the method meeting_count

bzr revid: ged@openerp.com-20140507100954-1aqnd93iu5wsixob
2014-05-07 12:09:54 +02:00
addons [FIX] code cleanup (addon crm) 2014-05-07 12:09:54 +02:00
debian [ADD] python requests library dependency 2014-03-27 13:57:14 +01: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 [ADD] modules global rendering variable 2014-05-06 18:32:04 +02:00
openerpcommand [IMP] registry: add method get_cursor() to simply retrieve a new cursor, and refactor code to use it 2014-04-08 14:51:22 +02: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 [FIX] temp fix for runbot-job 2014-02-17 01:07:02 +01:00
oe-bash-completion
openerp-gevent
openerp-server
openerp-wsgi.py [FIX] wsgi deployement with openerp-wsgi.py 2014-03-07 21:00:55 +01:00
setup.cfg
setup.nsi
setup.py [MERGE] forward port of branch saas-3 up to revid 5116 chs@openerp.com-20140415133650-y46i0o3qkb2atbvi 2014-04-15 16:05:48 +02: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/)