odoo/openerp/modules
Olivier Dony 938502aa37 [FIX] loading: always process auto-installed modules for new databases
If the server was started without -i or -u and
happened to initialize a fresh database,
auto-installed modules that depend
on `base` only would stay in status "to install"
without actually being installed (until the next
installation round was triggered).
This was of little consequence in 7.0, but causes
a crash in 8.0.

Fixes #953
2014-09-17 15:11:01 +02:00
..
__init__.py [FIX] automatically adapt version numbers of modules 2012-08-24 16:23:23 +02:00
db.py [FIX] module: do not recreate categories when updating modules 2012-11-28 19:37:01 +01:00
graph.py [REV] reverted install-all commit (vmt@openerp.com-20121128142106-pdkcruhyz0sjltk8) 2012-11-29 15:07:45 +01:00
loading.py [FIX] loading: always process auto-installed modules for new databases 2014-09-17 15:11:01 +02:00
migration.py [IMP] openerp.{modules,osv}: _logger with fully qualified module name. 2012-01-24 13:42:52 +01:00
module.py [FIX] registry: fix a bug where RegistryManager.new() could return an out-of-date registry. 2013-02-12 09:53:11 +01:00
registry.py [FIX] modules: multi worker signaling initialize variables before loading registry 2014-01-21 18:18:36 +01:00