Correct typo in example

pull/209/merge
ecino 2015-04-17 13:26:53 +02:00 committed by Yannick Vaucher
parent bf8b06b076
commit 2152ea1930
1 changed files with 1 additions and 1 deletions

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