From 31c6246e2c3012fe8981c182254e1413be54dcef Mon Sep 17 00:00:00 2001 From: David Beal Date: Tue, 24 May 2016 11:14:12 +0200 Subject: [PATCH 1/3] [IMP] usability module --- base_usability/module_view.xml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) 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 + {} + From 005063e8c6d6a54e364be9366ee0a77fefc62941 Mon Sep 17 00:00:00 2001 From: David Beal Date: Tue, 24 May 2016 11:36:13 +0200 Subject: [PATCH 2/3] [IMP] hide description field on product --- base_usability/__openerp__.py | 3 ++- product_usability/__openerp__.py | 2 ++ product_usability/product_view.xml | 3 +++ 3 files changed, 7 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', 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} + From e134153a40ab70bdc5ec512028063f2fe92e0202 Mon Sep 17 00:00:00 2001 From: David Beal Date: Sun, 19 Jun 2016 10:45:12 +0200 Subject: [PATCH 3/3] Update __openerp__.py --- base_usability/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_usability/__openerp__.py b/base_usability/__openerp__.py index c270c45..d8a92b1 100644 --- a/base_usability/__openerp__.py +++ b/base_usability/__openerp__.py @@ -39,7 +39,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 by default in tree view (instead of Kanban) without filter. A group by 'State' is added to module search view. """, 'author': 'Akretion',