odoo/openerp
Vo Minh Thu a09b91d8fd [REF] simplified init_db/load_modules:
- removed unnecessary call to openerp.modules.db.initialize() in openerp/service/web_services.py
  as the pooler.restart_pool() call just next after is already doing it.
- made the try/finally section bigger in openerp/modules/loading.py, to inlcude
  the first cr.execute.
- abstracted the test to check if a database is initialized.
- removed unnecessary "if cr:" as the cr is nevertheless used after that.

bzr revid: vmt@openerp.com-20110517091822-pjtw6sc1s5assbr5
2011-05-17 11:18:22 +02:00
..
addons [REF] module info (descriptor) dictionary default values in one place. 2011-05-11 15:53:32 +02:00
conf [FIX] forgot to add new file. 2011-04-29 09:50:30 +02:00
db [REF] openerp.modules 2011-04-20 17:27:18 +02:00
ir [REF] consistent, grepable ir.values object naming. 2011-05-16 17:05:34 +02:00
modules [REF] simplified init_db/load_modules: 2011-05-17 11:18:22 +02:00
osv [REF] osv, modules/__init__cosmetic renaming, added comments. 2011-05-19 11:03:00 +02:00
pychart [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
registry [REF] pooler code goes in openerp.registry.manager. 2011-05-12 10:46:46 +02:00
report [REF] explicit service objects instanciation. 2011-05-07 13:21:29 +02:00
service [REF] simplified init_db/load_modules: 2011-05-17 11:18:22 +02:00
test [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
tools [REF] module code goes into openerp.modules.module. 2011-05-11 19:24:48 +02:00
wizard [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
workflow [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
PKG-INFO [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
__init__.py [REF] pooler code goes in openerp.registry.manager. 2011-05-12 10:46:46 +02:00
import_xml.rng [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
loglevels.py [IMP] forgot to add loglevels.py and reexport 3 functions in tools.misc. 2011-02-08 10:24:58 +01:00
netsvc.py [REF] explicit service objects instanciation. 2011-05-07 13:21:29 +02:00
pooler.py [FIX] fix bad copy/paste. 2011-05-13 11:37:01 +02:00
release.py [MERGE] merged latest fixes from 6.0 - up to rev 3399 2011-04-11 12:13:27 +02:00
run_tests.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
sql_db.py [ADD] sql_db: show file/line where the cursor was closed 2011-04-22 13:24:17 +02:00
tiny_socket.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00