From 245e38d242f90f6eebaa4bebd745140de7dd48a1 Mon Sep 17 00:00:00 2001 From: Martin Trigaux Date: Tue, 26 Jul 2016 14:53:18 +0200 Subject: [PATCH] [FIX] doc: remove statusbar_color reference This attribute has been removed from the web framework since b4c28050 and should not keep example of code with it. Related to #5987 --- doc/reference/guidelines.rst | 2 +- doc/reference/views.rst | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) 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 '''''''''