diff --git a/web_m2x_options/README.rst b/web_m2x_options/README.rst
index e3681641..e55f3d85 100644
--- a/web_m2x_options/README.rst
+++ b/web_m2x_options/README.rst
@@ -46,6 +46,18 @@ New options
``limit`` *int* (Default: openerp default value is ``7``)
Number of displayed record in drop-down panel
+
+``field_color`` *string*
+
+ A string to define the field used to define color.
+ This option has to be used with colors.
+
+``colors`` *dictionary*
+
+ A dictionary to link field value with a HTML color.
+ This option has to be used with field_color.
+
+
ir.config_parameter options
---------------------------
@@ -78,7 +90,7 @@ Example
Your XML form view definition could contain::
...
-
+
...
Note