From 7206f30c5792eb4b1b037857d566b9e045cc38b3 Mon Sep 17 00:00:00 2001 From: David Beal Date: Tue, 24 May 2016 11:36:13 +0200 Subject: [PATCH] [IMP] hide description field on product --- base_usability/__openerp__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base_usability/__openerp__.py b/base_usability/__openerp__.py index 538773a..c270c45 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',