some config options are not used

Bug #943867 reported by Florent
8
This bug affects 1 person
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_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.

Florent (florent.x)
description: updated
Revision history for this message
Amit Parik (amit-parik) wrote :

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
; static_http_document_root = None
; static_http_url_prefix = None

That's why I am setting this as "Triaged" as assigned to "Framework" team.

Thank you!

Changed in openobject-server:
assignee: nobody → OpenERP's Framework R&D (openerp-dev-framework)
importance: Undecided → Low
status: New → Triaged
Revision history for this message
Nhomar - Vauxoo (nhomar) wrote :

Hello all.

Somebody can update the status of this bug,

I am planning some develpments that really need this fetures "Working or not" but we dont want duplicate efforts, it means:

; static_http_enable = False
; static_http_document_root = None
; static_http_url_prefix = None

This options are not used at all, but, we had them in V6.0 availables, can somebody update the plans with it?

Regards.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.