Go to file
Xavier Morel 01897c8aa6 [FIX] completely broken float formatting when leading 0
Formatting converted the decimal part into an integer, dropping all
leading 0s and failing to reinsert them.

The conversion also lead to compounded errors, casting 0.1100 into
0.10999 (something like that).

Replace this by a straight float formatting via _.sprintf and the
slicing of the decimal part from the resulting string (Math.abs and %1
clamp the value to format to the [0, 1[ range, ensuring we just need
to slice off the first two characters). Also add some tests.

lp bug: https://launchpad.net/bugs/879355 fixed

bzr revid: xmo@openerp.com-20111021120741-813im5bzup7vho1f
2011-10-21 14:07:41 +02:00
addons [FIX] completely broken float formatting when leading 0 2011-10-21 14:07:41 +02:00
bin [REM] obsolete .po files committed by LP, begone! 2011-06-10 19:50:45 +02:00
debian [REM] removed lp auto-committed PO junk 2011-10-11 18:27:35 +02:00
doc [MERGE] Merge wtih trunk server upto revision no 3722. 2011-10-05 14:42:23 +05:30
history [IMP] directory cleanups, moved historical cruft into history 2011-09-26 02:54:44 +02:00
install [IMP] packaging debian 2011-10-03 03:17:35 +02:00
openerp [IMP] alias some values in data import, for readability 2011-10-19 13:46:18 +02:00
tests [IMP] make resolve_o2m_commands_to_record_dicts's result eager as per vmt's suggestion 2011-10-11 10:57:15 +02:00
win32 [FIX] Change the name of the NT Service 2010-12-29 12:51:44 +01:00
.bzrignore [IMP] update .bzrignore 2011-10-14 11:36:44 +02:00
LICENSE [IMP] license: renamed general license file, and included note about other applicable licenses 2010-12-08 14:33:25 +01:00
LICENSE.web openobject is dead long live to openerpweb 2011-03-02 19:56:06 +01:00
MANIFEST.in [FIX] packaging MANIFEST.in sdist includes everything 2011-10-03 19:52:06 +02:00
Makefile [IMP] no need to cd in the doc folder, just use -C 2011-09-07 08:12:12 +02:00
README [IMP] README cleanups 2011-10-06 02:12:18 +02:00
README.web [FIX] documentation update README 2011-09-06 21:20:04 +02:00
babel.cfg [imp] improved i18n to scan all files 2011-08-17 13:28:28 +02:00
gen_translations.sh [imp] refactoring of the translations according to rename of base to web 2011-09-06 12:03:36 +02:00
gunicorn.conf.py [IMP] wsgi: set the config via gunicorn config file. 2011-09-12 12:21:47 +02:00
logging.json [imp] changed logging to be like server 2011-09-29 16:29:19 +02:00
npybabel.py [ADD] Web client now support template translations 2011-10-20 11:16:19 +02:00
openerp-server [IMP] openerp-server: start services, load any server-wide module, then preload some registries. 2011-10-07 15:19:02 +02:00
openerp-web.cfg [IMP] Improved configuration. 2011-05-13 13:42:28 +02:00
openerp-web.py [IMP] cleanup of web.common 2011-10-05 19:58:26 +02:00
setup.cfg [IMP] redhat remove unused stuff 2011-10-06 05:14:26 +02:00
setup.nsi [IMP]Improvement in code 2011-08-11 18:58:15 +05:30
setup.py [IMP] debian missing deps 2011-10-06 04:18:41 +02:00
setup_rpm.sh [IMP] directory cleanups, moved historical cruft into history 2011-09-26 02:54:44 +02:00

README

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

OpenERP is an OpenSrouce/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 in your source.list and type:

    $ 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 "Database", the default
master password is "admin".

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

You need the following software installed:

python, postgresql-client, python-dateutil, 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-vobject, python-webdav,
python-werkzeug, python-yaml, python-zsi, graphviz, ghostscript, postgresql,
python-imaging, python-matplotlib

For Luxembourg localization, you also need:
* pdftk (http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/)