[FIX] config blacklist stop_after_init
authorAntony Lesuisse <al@openerp.com>
Tue, 20 Dec 2011 16:45:54 +0000 (17:45 +0100)
committerAntony Lesuisse <al@openerp.com>
Tue, 20 Dec 2011 16:45:54 +0000 (17:45 +0100)
bzr revid: al@openerp.com-20111220164554-ygdxgz6zpecf7geh

openerp/tools/config.py

index 7708ab1..63c08bd 100644 (file)
@@ -73,7 +73,7 @@ class configmanager(object):
         # Not exposed in the configuration file.
         self.blacklist_for_save = set(
             ['publisher_warranty_url', 'load_language', 'root_path',
-            'init', 'save', 'config', 'update'])
+            'init', 'save', 'config', 'update', 'stop_after_init'])
 
         # dictionary mapping option destination (keys in self.options) to MyOptions.
         self.casts = {}