diff --git a/templates/odoo.conf.j2 b/templates/odoo.conf.j2
index cfe11fcfe94bd82879de2815eaff90206fd30696..fb85228b7a83f5bf5101c9262ae9ebe67d2d4c27 100644
--- a/templates/odoo.conf.j2
+++ b/templates/odoo.conf.j2
@@ -108,7 +108,7 @@ modules_auto_install_enabled = account_move_name_sequence,account_reconcile_show
 modules_auto_install_disabled = account_edi,google_gmail,mail_bot,web_unsplash{% if odoo_modules_auto_install_disabled is defined %},{{ odoo_modules_auto_install_disabled }}{% endif %}
 
 ; to be updated once all modules are available
-modules_auto_install_enabled = account_move_name_sequence,account_reconcile_oca,lefilament_release_agent,partner_disable_gravatar,partner_firstname,remove_login_links,web_theme_classic{% if odoo_modules_auto_install_enabled is defined %},{{ odoo_modules_auto_install_enabled }}{% endif %}
+modules_auto_install_enabled = account_move_name_sequence,disable_odoo_online,lefilament_release_agent,partner_disable_gravatar,partner_firstname,remove_login_links,remove_odoo_enterprise,web_responsive,web_theme_classic{% if odoo_modules_auto_install_enabled is defined %},{{ odoo_modules_auto_install_enabled }}{% endif %}
 ; modules_auto_install_enabled = account_move_name_sequence,account_reconcile_show_boolean,account_reconcile_oca,disable_odoo_online,lefilament_release_agent,mail_debrand,partner_disable_gravatar,partner_firstname,password_security,remove_login_links,remove_odoo_enterprise,web_responsive,web_no_bubble,web_theme_classic{% if odoo_modules_auto_install_enabled is defined %},{{ odoo_modules_auto_install_enabled }}{% endif %}
 
 {% endif %}