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.
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): http_document_ root = None http_url_ prefix = None
; demo = {}
; dbfilter = .*
; server_wide_modules = None
; translate_modules = ['all']
;
; static_http_enable = False
; static_
; static_
;
; xmlrpcs = True
; xmlrpcs_interface =
; xmlrpcs_port = 8071
; secure_cert_file = server.cert
; secure_pkey_file = server.pkey
Some of them have separate bug reports: wide_modules"
* bug 940439 for "dbfilter"
* bug 938513 for "server_
Except for these 2 options, I guess the other ones should not be dumped in the config file.