From fc1a1dc42df2051f050ff669302ed5bd69ac4477 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Thu, 2 Jan 2014 10:51:58 +0100 Subject: [PATCH] [FIX] typo [IMP] add an example to description --- web_widget_classes/__openerp__.py | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/web_widget_classes/__openerp__.py b/web_widget_classes/__openerp__.py index 5cadcc91..39af35d2 100644 --- a/web_widget_classes/__openerp__.py +++ b/web_widget_classes/__openerp__.py @@ -25,7 +25,18 @@ "complexity": "normal", "description": """ For simple UI changes, having classes attached to widgets giving - information about the model being dislpayed can be essential. + information about the model being displayed can be essential. + + For instance, to apply some CSS to the name field in forms for tasks, + + :: + + .oe_model_project_task input[name='name'] + { + //your CSS + } + + will be enough. """, "category" : "Dependency", "depends" : [