From ddb8bfc82b2968a19eeadef7699aed78d51e3235 Mon Sep 17 00:00:00 2001 From: chegirow <50072837+chegirow@users.noreply.github.com> Date: Sun, 28 Apr 2019 07:17:22 -0400 Subject: [PATCH] Update odoo.conf Removed the deprecated xmlrpc and xmlrpcs options. --- 11.0/odoo.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/11.0/odoo.conf b/11.0/odoo.conf index 28f70c1..66cba86 100644 --- a/11.0/odoo.conf +++ b/11.0/odoo.conf @@ -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