mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] typo
[IMP] add an example to description
This commit is contained in:
@@ -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" : [
|
||||
|
||||
Reference in New Issue
Block a user