Correct typo in example

This commit is contained in:
ecino
2015-04-17 13:26:53 +02:00
committed by Emanuel Cino
parent ad2e3412fe
commit fd41bc484d

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:
-----