|
@ -95,6 +95,7 @@ class TestDatabaseCleanup(TransactionCase): |
|
|
# reference to it |
|
|
# reference to it |
|
|
original_registry = Registry.registries[self.env.cr.dbname] |
|
|
original_registry = Registry.registries[self.env.cr.dbname] |
|
|
config.options['test_enable'] = False |
|
|
config.options['test_enable'] = False |
|
|
|
|
|
with mute_logger('odoo.modules.graph', 'odoo.modules.loading'): |
|
|
purge_modules.purge_all() |
|
|
purge_modules.purge_all() |
|
|
config.options['test_enable'] = True |
|
|
config.options['test_enable'] = True |
|
|
# must be removed by the wizard |
|
|
# must be removed by the wizard |
|
|