diff --git a/templates/odoo.conf.j2 b/templates/odoo.conf.j2
index 08cebd3cea430d6b5f43f17112f9b44dd91c912e..a916fdde5ac685541bb61bc02e9c03b41807b691 100644
--- a/templates/odoo.conf.j2
+++ b/templates/odoo.conf.j2
@@ -79,7 +79,7 @@ workers = {{ (ansible_processor_vcpus * 2 - 1) | int | abs }}
 {% if instance_odoo_setup.odoo_version == '12.0' %}
 
 ;; Autoinstall options
-modules_auto_install_disabled = account_facturx,mail_bot,web_unsplash{% if item.value.modules_auto_install_disabled is defined %},{{ item.value.modules_auto_install_disabled }}{% endif %}
+modules_auto_install_disabled = mail_bot,web_unsplash{% if item.value.modules_auto_install_disabled is defined %},{{ item.value.modules_auto_install_disabled }}{% endif %}
 
 modules_auto_install_enabled = disable_odoo_online,lefilament_release_agent,mail_debrand,partner_disable_gravatar,partner_firstname,password_security,remove_odoo_enterprise,web_responsive,web_no_bubble{% if item.value.modules_auto_install_enabled is defined %},{{ item.value.modules_auto_install_enabled }}{% endif %}
 
@@ -87,7 +87,7 @@ modules_auto_install_enabled = disable_odoo_online,lefilament_release_agent,mail
 {% if instance_odoo_setup.odoo_version == '14.0' %}
 
 ;; Autoinstall options
-modules_auto_install_disabled = account_edi,mail_bot,web_unsplash{% if item.value.modules_auto_install_disabled is defined %},{{ item.value.modules_auto_install_disabled }}{% endif %}
+modules_auto_install_disabled = mail_bot,web_unsplash{% if item.value.modules_auto_install_disabled is defined %},{{ item.value.modules_auto_install_disabled }}{% endif %}
 
 modules_auto_install_enabled = account_move_name_sequence,account_reconcile_show_boolean,account_reconciliation_widget,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{% if item.value.modules_auto_install_enabled is defined %},{{ item.value.modules_auto_install_enabled }}{% endif %}
 
@@ -95,10 +95,10 @@ modules_auto_install_enabled = account_move_name_sequence,account_reconcile_show
 {% if instance_odoo_setup.odoo_version == '16.0' %}
 
 ;; Autoinstall options
-modules_auto_install_disabled = account_edi,google_gmail,mail_bot,web_unsplash{% if item.value.modules_auto_install_disabled is defined %},{{ item.value.modules_auto_install_disabled }}{% endif %}
+modules_auto_install_disabled = google_gmail,mail_bot,web_unsplash{% if item.value.modules_auto_install_disabled is defined %},{{ item.value.modules_auto_install_disabled }}{% endif %}
 
 ; to be updated once all modules are available
-modules_auto_install_enabled = account_move_name_sequence,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 item.value.modules_auto_install_enabled is defined %},{{ item.value.modules_auto_install_enabled }}{% endif %}
+modules_auto_install_enabled = account_move_name_sequence,account_usability,disable_odoo_online,lefilament_release_agent,mail_debrand,partner_disable_gravatar,partner_firstname,password_security,portal_odoo_debranding,remove_login_links,remove_odoo_enterprise,web_no_bubble,web_responsive,web_theme_classic{% if item.value.modules_auto_install_enabled is defined %},{{ item.value.modules_auto_install_enabled }}{% endif %}
 
 {% endif %}
 {% if item.value.odoo_extra_conf is defined %}