diff --git a/base_usability/__manifest__.py b/base_usability/__manifest__.py
index 6e25a1a..094c5f9 100644
--- a/base_usability/__manifest__.py
+++ b/base_usability/__manifest__.py
@@ -21,7 +21,7 @@ By default, users in the Partner Contact group also have create/write access on
It also adds a log message at INFO level when sending an email via SMTP.
-It displays the local modules by default in tree view (instead of Kanban) without filter.
+It displays the local modules with installable filter.
A group by 'State' is added to module search view.
""",
'author': 'Akretion',
diff --git a/base_usability/module_view.xml b/base_usability/module_view.xml
index e55dbb6..3688e44 100644
--- a/base_usability/module_view.xml
+++ b/base_usability/module_view.xml
@@ -11,6 +11,9 @@
ir.module.module
+
+
+
@@ -18,7 +21,7 @@
- {}
+ {'search_default_installable': 1}