Go to file
Olivier Dony 8874fb058f [FIX] module.loading: ensure installed modules are all loaded before installing new ones
After the recent change to make module install
atomically (code *and* data), we ran into issues
when installing a new module indirectly triggers
code of a not-yet-loaded-but-installed module,
via its data that is already in the database
(e.g. worflows or reports modified by this module
within another module, that now refer to its
code).
To avoid this, we now make sure that we only
install new modules on top of a consistent system
(code *and* data), by loading all installed or
'to upgrade' modules *before* starting to install
new ones.

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

bzr revid: odo@openerp.com-20110712133343-unf610k23fa6d3pk
2011-07-12 15:33:43 +02:00
addons [imp] cosmetic change in m2o 2011-07-12 15:09:10 +02:00
bin API doc: move settings file from bin/ to openerp/ 2011-06-23 12:08:07 +03:00
debian Launchpad automatic translations update. 2011-07-02 05:05:53 +00:00
doc [FIX] race condition between graph view loading and search request: View.start() should return a promise if it makes an async call, so caller (ViewManager in this case) knows when the graph view is ready for action 2011-06-20 16:39:46 +02:00
man fix_man_page 2010-12-21 21:27:27 +01:00
openerp [FIX] module.loading: ensure installed modules are all loaded before installing new ones 2011-07-12 15:33:43 +02:00
openerpweb [REM] conditional test, set json-rpc response result directly from method call instead of going through an intermediate variable 2011-07-11 13:48:27 +02:00
pixmaps Use the new icon (temp) 2008-11-03 12:16:02 -05:00
python25-compat Backport the HTTP server code from python 2.6 to 2.5 2009-09-10 03:02:41 +03:00
sql Better sql cleaners. 2009-01-26 22:27:21 +02:00
tools [REF] modules.__init__: 2011-05-11 12:34:55 +02:00
win32 [FIX] Change the name of the NT Service 2010-12-29 12:51:44 +01:00
.bzrignore [IMP] bzrignore, add share, man and lib directories to it 2011-05-27 11:24:23 +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 [REF] debian: 2011-03-28 14:29:58 +02:00
Makefile cloc target in makefile, 5070 lines atm 2011-04-08 00:17:40 +02:00
README modifs 2010-09-28 20:53:49 +02:00
README.web view and viewaction viewembedded readme guidelines 2011-03-18 01:38:17 +01:00
openerp-server [FIX] openerp-server: start cron jobs in their own threads 2011-07-06 15:44:52 +02:00
openerp-web.cfg [IMP] Improved configuration. 2011-05-13 13:42:28 +02:00
openerp-web.py openobject is dead long live to openerpweb 2011-03-02 19:56:06 +01:00
rpminstall_sh.txt [FIX] generate the pyc for redhat 2009-01-30 16:19:03 +01:00
setup.README [REF] renamed openerp-server.py to openerp-server. 2011-03-24 10:50:12 +01:00
setup.cfg [FIX] Update the version of Python 2010-10-19 00:00:03 +02:00
setup.nsi [FIX] win32 build script works again (fixes lp:735554) 2011-03-17 12:05:22 +01:00
setup.py [FIX] add simplejson dependency to setup.py following vmt@openerp.com-20110705122222-bhim9uft3l3sqee8 requiring it 2011-07-07 14:14:46 +02:00
ssl-cert.cfg setup: The ssl certs should *not* be distributed. 2010-11-23 15:58:44 +02:00

README

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

OpenERP is a free Enterprise Resource Planning and Customer Relationship 
Management software. It is mainly developed to meet changing needs.

The main functional features are: CRM & SRM, analytic and financial accounting,
double-entry stock management, sales and purchases management, tasks automation,
help desk, marketing campaign, ... and vertical modules for very specific 
businesses.

Technical features include a distributed server, flexible workflows, an object 
database, dynamic GUIs, customizable reports, NET-RPC and XML-RPC interfaces, ...

For more information, please visit: 
http://www.openerp.com