From 80fb7491892fa1d3b0fa1bf86cfd79172365c8e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Enrique=20G=C3=B3mez=20G=C3=B3mez?= Date: Wed, 12 Oct 2022 23:29:31 +0000 Subject: [PATCH] Removes web_kanban module from config file --- roles/odoo/templates/odoo.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/odoo/templates/odoo.conf.j2 b/roles/odoo/templates/odoo.conf.j2 index 3bbe2e4..476e5d7 100644 --- a/roles/odoo/templates/odoo.conf.j2 +++ b/roles/odoo/templates/odoo.conf.j2 @@ -42,4 +42,4 @@ http_interface = 127.0.0.1 http_port = 8090 longpolling_port = 8082 proxy_mode = True -server_wide_modules = web,web_kanban,l10n_co_account_e_invoicing,bi_sql_editor \ No newline at end of file +server_wide_modules = web,l10n_co_account_e_invoicing,bi_sql_editor \ No newline at end of file