diff --git a/base_usability/__openerp__.py b/base_usability/__openerp__.py
index 538773a..d8a92b1 100644
--- a/base_usability/__openerp__.py
+++ b/base_usability/__openerp__.py
@@ -39,7 +39,8 @@ 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) filtered on installed modules (instead of filtered on Apps).
+It displays the local modules by default in tree view (instead of Kanban) without filter.
+A group by 'State' is added to module search view.
""",
'author': 'Akretion',
'website': 'http://www.akretion.com',
diff --git a/base_usability/module_view.xml b/base_usability/module_view.xml
index 5274550..41a8cc5 100644
--- a/base_usability/module_view.xml
+++ b/base_usability/module_view.xml
@@ -8,10 +8,20 @@
-
- {'search_default_installed': 1}
- tree,form,kanban
-
+
+ ir.module.module
+
+
+
+
+
+
+
+
+
+ ir.module.module
+ {}
+
diff --git a/product_usability/__openerp__.py b/product_usability/__openerp__.py
index 0b95287..9b8a84e 100644
--- a/product_usability/__openerp__.py
+++ b/product_usability/__openerp__.py
@@ -37,6 +37,8 @@ The usability enhancements include:
* wider name field in product form view
+* hide description field on product (description_sale must be use instead of description)
+
This module has been written by Alexis de Lattre from Akretion .
""",
'author': 'Akretion',
diff --git a/product_usability/product_view.xml b/product_usability/product_view.xml
index 97b7358..9997ac2 100644
--- a/product_usability/product_view.xml
+++ b/product_usability/product_view.xml
@@ -85,6 +85,9 @@
+
+ {'invisible': True}
+