Other credits
~~~~~~~~~~~~~
diff --git a/web_tree_dynamic_colored_field/static/description/index.html b/web_tree_dynamic_colored_field/static/description/index.html
index 3741d95f3..6caaccf29 100644
--- a/web_tree_dynamic_colored_field/static/description/index.html
+++ b/web_tree_dynamic_colored_field/static/description/index.html
@@ -411,6 +411,22 @@ With this example, column which renders 'name' field will have its background co
With this example, column which renders 'name' field will have its text colored in white on a customer records.
+In the tree view declaration, use options='"color_field": "my_color"' attribute in the tree tag:
+
+...
+<field name="arch" type="xml">
+ <tree string="View name" colors="color_field: my_color" >
+ ...
+ <field name="my_color" invisible="1"/>
+ ...
+ </tree>
+</field>
+...
+
+
+You can also use colors="bg_color_field: my_color" to defined the field name that will be used
+for the background color of the line.
+
If you want to use more than one color, you can split the attributes using ‘;’:
@@ -472,6 +488,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
Artem Kostyuk <a.kostyuk@mobilunity.com>
Guewen Baconnier <guewen.baconnier@camptocamp.com>
Phuc Tran Thanh <phuc@trobz.com>
+Sylvain LE GAL <https://twitter.com/legalsylvain>