From 823e9ad2080251c0e12e557e32d98489ca113752 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Thu, 7 Jan 2016 18:55:53 +0100 Subject: [PATCH] don't make name field of product too wide, for screens with small resolutions --- product_usability/__openerp__.py | 3 +++ product_usability/product_view.xml | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/product_usability/__openerp__.py b/product_usability/__openerp__.py index 27042a3..0b95287 100644 --- a/product_usability/__openerp__.py +++ b/product_usability/__openerp__.py @@ -32,8 +32,11 @@ Product Usability ================= The usability enhancements include: + * show the object product.price.history in the product template form view +* wider name field in product form view + 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 6ed77ff..f004ffe 100644 --- a/product_usability/product_view.xml +++ b/product_usability/product_view.xml @@ -74,11 +74,13 @@ +
- width: 800px; + width: 700px;
- width: 700px; + width: 600px;