A dictionary to link field value with a HTML color.
A dictionary to link field value with a HTML color.
This option has to be used with field_color.
This option has to be used with field_color.
``no_open_edit``*boolean* (Default: value of ``no_open`` which is ``False`` if not set)
Causes a many2one not to offer to click through in edit mode, but well in read mode
``open``*boolean* (Default: ``False``)
Makes many2many_tags buttons that open the linked resource
ir.config_parameter options
ir.config_parameter options
---------------------------
---------------------------
@ -110,6 +116,6 @@ Your XML form view definition could contain::
Note
Note
----
----
Double check that you have no inherited view that remote ``options`` you set on a field !
If nothing work, add a debugger in the first ligne of ``get_search_result method`` and enable debug mode in OpenERP. When you write something in a many2one field, javascript debugger should pause. If not verify your installation.
Double check that you have no inherited view that remove ``options`` you set on a field !
If nothing works, add a debugger in the first line of ``get_search_result method`` and enable debug mode in OpenERP. When you write something in a many2one field, javascript debugger should pause. If not verify your installation.