[FIX] loading: always process auto-installed modules for new databases
authorOlivier Dony <odo@openerp.com>
Wed, 17 Sep 2014 13:09:55 +0000 (15:09 +0200)
committerOlivier Dony <odo@openerp.com>
Wed, 17 Sep 2014 13:11:01 +0000 (15:11 +0200)
commit938502aa37b53f218a2b48e1fb36f45cb6fa67ef
treed4ab31311a1a4d642f28e82637e058737d416a45
parentf5f76094a79f515b1fcddfea9b4b2e73c4189c26
[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
openerp/modules/loading.py