Comment 0 for bug 943867

Revision history for this message
Florent (florent.x) wrote :

This is OpenERP 6.1 final.
The "openerp-server -s" command will save some config files which are actually unused.

I've already detected these ones (if I checked correctly):
; demo = {}
; dbfilter = .*
; server_wide_modules = None
; translate_modules = ['all']
;
; static_http_enable = False
; static_http_document_root = None
; static_http_url_prefix = None
;
; xmlrpcs = True
; xmlrpcs_interface =
; xmlrpcs_port = 8071
; secure_cert_file = server.cert
; secure_pkey_file = server.pkey

Some of them have separate bug reports:
 * bug 940439 for "dbfilter"
 * bug 938513 for "server_wide_modules"

Except for these 2 options, I guess the other ones should not be dumped in the config file.