some config options are not used
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Server (MOVED TO GITHUB) |
Triaged
|
Low
|
OpenERP's Framework R&D |
Bug Description
This is OpenERP 6.1 final.
The "openerp-server -s" command will save some options in the config file 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_
; 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:
* 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.
Hello,
I have checked this issue with some parameter and it's doesn't work after with -s option like lp:940439, lp:938513.
I am not considering below option because HTTPS totally removed from the server side and we changed it to use Wekzeug.We have unfortunatly forgotten to remove the corresponding options from the configuration file and command-line parser (See lp:936831).
; xmlrpcs = True
; xmlrpcs_interface =
; xmlrpcs_port = 8071
; secure_cert_file = server.cert
; secure_pkey_file = server.pkey
For some following options, I am requesting to Framework team double check this parameter because I am not totally aware of these
; static_http_enable = False http_document_ root = None http_url_ prefix = None
; static_
; static_
That's why I am setting this as "Triaged" as assigned to "Framework" team.
Thank you!