From 328f9736ee9242b3de3ce7b630ad781f4138d950 Mon Sep 17 00:00:00 2001 From: David Coninckx Date: Tue, 31 Mar 2015 12:00:46 +0200 Subject: [PATCH] Add new options to README --- web_m2x_options/README.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/web_m2x_options/README.rst b/web_m2x_options/README.rst index ef7d2841..b9768549 100644 --- a/web_m2x_options/README.rst +++ b/web_m2x_options/README.rst @@ -46,6 +46,18 @@ New option ``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 @@ -79,7 +91,7 @@ Example Your XML form view definition could contain:: ... - + ... Note