Go to file
Olivier Dony 44b019bf76 [FIX] orm.browse_record: fields prefetching should ignore m2o pointing to models not loaded yet
This situation can occur due to custom fields (x_...) that are creating shortcuts between
objects without respecting the module dependencies. For example a custom m2o fields 
connecting a partner and a product would fail to be loaded at server startup when only
base is loaded, because product.product is not yet available.
This can usually be simply ignored, as the prefetching is just an optimization.
The custom fields should never be accessed during startup (e.g not function field
should use them), so that should never cause any issue.

bzr revid: odo@openerp.com-20110216142128-a9f4um5ky8cetl38
2011-02-16 15:21:28 +01:00
addons [FIX] anonymization: removed unused import 2011-02-16 09:28:07 +01:00
bin [FIX] orm.browse_record: fields prefetching should ignore m2o pointing to models not loaded yet 2011-02-16 15:21:28 +01:00
debian debian: update changelog 2011-01-24 13:50:35 +02:00
doc openerp-server.conf: adapt sample config to 6.0 options. 2011-01-17 17:22:32 +02:00
man fix_man_page 2010-12-21 21:27:27 +01: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 [IMP] tools: moved files properly after reverting incorrect commit 2010-11-25 15:13:24 +01:00
win32 [FIX] Change the name of the NT Service 2010-12-29 12:51:44 +01:00
.bzrignore [IMP] wip 2010-11-18 10:34:12 +01:00
LICENSE [IMP] license: renamed general license file, and included note about other applicable licenses 2010-12-08 14:33:25 +01:00
MANIFEST.in [FIX] Include the addons 2010-10-18 23:59:29 +02:00
README modifs 2010-09-28 20:53:49 +02:00
rpminstall_sh.txt [FIX] generate the pyc for redhat 2009-01-30 16:19:03 +01:00
setup.cfg [FIX] Update the version of Python 2010-10-19 00:00:03 +02:00
setup.nsi [FIX] Add new parameters in the setup.nsi 2010-12-29 20:48:30 +01:00
setup.py [FIX] setup.py : typo corrected 2011-02-03 12:59:43 +05:30
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