From f91738176af6006b4026be0f429accd4cb398503 Mon Sep 17 00:00:00 2001 From: David Beal Date: Wed, 16 Aug 2017 13:45:12 +0200 Subject: [PATCH] IMP make module filter to installable --- base_usability/__manifest__.py | 2 +- base_usability/module_view.xml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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}