From 5a0825ebb3e2eff60b7b9063253d65a6f9bd5d86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Mon, 17 Oct 2022 10:27:11 +0200 Subject: [PATCH] [UPD] skip line --- templates/odoo.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/odoo.conf.j2 b/templates/odoo.conf.j2 index f641eff..633abc8 100644 --- a/templates/odoo.conf.j2 +++ b/templates/odoo.conf.j2 @@ -32,11 +32,14 @@ limit_time_real = {{ odoo_limit_time_real | default(600) }} ; longpolling_port = 8072 ; max_cron_threads = 2 modules_auto_install_disabled = account_edi,mail_bot,web_unsplash{% if odoo_modules_auto_install_disabled is defined %},{{ odoo_modules_auto_install_disabled }}{% endif %} + modules_auto_install_enabled = account_move_name_sequence,account_reconcile_show_boolean,account_reconciliation_widget,disable_odoo_online,mail_debrand,partner_disable_gravatar,partner_firstname,password_security,remove_login_links,remove_odoo_enterprise,web_responsive,web_no_bubble{% if odoo_modules_auto_install_enabled is defined %},{{ odoo_modules_auto_install_enabled }}{% endif %} + ; osv_memory_age_limit = 1.0 ; osv_memory_count_limit = False proxy_mode = True server_wide_modules = web,module_change_auto_install{% if odoo_server_wide_modules is defined %},{{ odoo_server_wide_modules }}{% endif %} + ; smtp_password = False {% if mailname is defined %} ; smtp_port = 25 -- GitLab