diff --git a/web_advanced_search/__manifest__.py b/web_advanced_search/__manifest__.py index c980699d3e63..c725c241b303 100644 --- a/web_advanced_search/__manifest__.py +++ b/web_advanced_search/__manifest__.py @@ -17,5 +17,6 @@ "static/src/xml/web_advanced_search.xml", ], "installable": True, + "auto_install": True, "application": False, } diff --git a/web_dialog_size/__manifest__.py b/web_dialog_size/__manifest__.py index a5be6d0986e8..612dcb0c03d2 100644 --- a/web_dialog_size/__manifest__.py +++ b/web_dialog_size/__manifest__.py @@ -21,4 +21,5 @@ "qweb": ["static/src/xml/web_dialog_size.xml"], "data": ["templates/assets.xml"], "installable": True, + "auto_install": True, } diff --git a/web_drop_target/__manifest__.py b/web_drop_target/__manifest__.py index f3495364db61..f5b388d1db39 100644 --- a/web_drop_target/__manifest__.py +++ b/web_drop_target/__manifest__.py @@ -11,4 +11,5 @@ "depends": ["web"], "data": ["views/templates.xml"], "qweb": ["static/src/xml/widgets.xml"], + "auto_install": True, } diff --git a/web_environment_ribbon/__manifest__.py b/web_environment_ribbon/__manifest__.py index 876fb6ba8d4c..3cd4cb73e31f 100644 --- a/web_environment_ribbon/__manifest__.py +++ b/web_environment_ribbon/__manifest__.py @@ -15,6 +15,6 @@ "license": "AGPL-3", "depends": ["web"], "data": ["data/ribbon_data.xml", "view/base_view.xml"], - "auto_install": False, + "auto_install": True, "installable": True, } diff --git a/web_group_expand/__manifest__.py b/web_group_expand/__manifest__.py index 8d12ab643b9b..71dc5129da3a 100644 --- a/web_group_expand/__manifest__.py +++ b/web_group_expand/__manifest__.py @@ -13,4 +13,5 @@ "depends": ["web"], "qweb": ["static/src/xml/expand_buttons.xml"], "data": ["views/templates.xml"], + "auto_install": True, } diff --git a/web_refresher/__manifest__.py b/web_refresher/__manifest__.py index f3922bcebceb..7629333284d1 100644 --- a/web_refresher/__manifest__.py +++ b/web_refresher/__manifest__.py @@ -8,5 +8,5 @@ "qweb": ["static/src/xml/refresher.xml"], "depends": ["web"], "installable": True, - "auto_install": False, + "auto_install": True, } diff --git a/web_responsive/__manifest__.py b/web_responsive/__manifest__.py index 63ee2d25c306..ebc111920ba1 100644 --- a/web_responsive/__manifest__.py +++ b/web_responsive/__manifest__.py @@ -12,6 +12,7 @@ "author": "LasLabs, Tecnativa, " "Odoo Community Association (OCA)", "license": "LGPL-3", "installable": True, + "auto_install": True, "depends": ["web", "mail"], "development_status": "Production/Stable", "maintainers": ["Yajo", "Tardo"],