Correct typo in example

This commit is contained in:
ecino
2015-04-17 13:26:53 +02:00
committed by Yannick Vaucher
parent bf8b06b076
commit 2152ea1930

View File

@@ -21,7 +21,7 @@ Example:
--------
``<field name="partner_id" options="{'limit': 10, 'create': false,
'create_edit': false, 'field_color':'state', colors:{'active':'green'}}"/>``
'create_edit': false, 'field_color':'state', 'colors':{'active':'green'}}"/>``
Note:
-----