From 005063e8c6d6a54e364be9366ee0a77fefc62941 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 ++- 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} +