Update odoo.conf

Removed the deprecated xmlrpc and xmlrpcs options.
This commit is contained in:
chegirow 2019-04-28 07:17:22 -04:00 committed by GitHub
parent c6b79809f0
commit ddb8bfc82b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,9 +29,3 @@ data_dir = /var/lib/odoo
; smtp_ssl = False
; smtp_user = False
; workers = 0
; xmlrpc = True
; xmlrpc_interface =
; xmlrpc_port = 8069
; xmlrpcs = True
; xmlrpcs_interface =
; xmlrpcs_port = 8071