diff --git a/doc/reference/guidelines.rst b/doc/reference/guidelines.rst index 17e50fe89ae..fa62b8cb147 100644 --- a/doc/reference/guidelines.rst +++ b/doc/reference/guidelines.rst @@ -129,7 +129,7 @@ When declaring a record in XML, - + diff --git a/doc/reference/views.rst b/doc/reference/views.rst index c0e639eb9ac..30d708f76bb 100644 --- a/doc/reference/views.rst +++ b/doc/reference/views.rst @@ -366,7 +366,7 @@ system. Available semantic components are: .. todo:: list of widgets & options & specific attributes (e.g. widget=statusbar - statusbar_visible statusbar_colors clickable) + statusbar_visible clickable) ``options`` JSON object specifying configuration option for the field's widget (including default widgets) @@ -505,13 +505,10 @@ The states are shown following the order used in the field (the list in a selection field, etc). States that are always visible are specified with the attribute ``statusbar_visible``. -``statusbar_colors`` can be used to give a custom color to specific states. - :: + statusbar_visible="draft,sent,progress,invoiced,done" /> The Sheet '''''''''