odoo/openerp/modules
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
..
__init__.py [REF] renamed modules.__init__ to modules.loading. 2011-05-11 19:48:41 +02:00
db.py [REF] simplified init_db/load_modules: 2011-05-17 11:18:22 +02:00
graph.py [REF] module code goes into openerp.modules.module. 2011-05-11 19:24:48 +02:00
loading.py [REF] simplified init_db/load_modules: 2011-05-17 11:18:22 +02:00
migration.py [REF] module code goes into openerp.modules.module. 2011-05-11 19:24:48 +02:00
module.py [REF] module code goes into openerp.modules.module. 2011-05-11 19:24:48 +02:00