Skip to content

Commit

Permalink
[FIX] doc: deprecated tree parameter colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mart-e committed Feb 9, 2016
1 parent b0ce65d commit 07a19b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/howtos/backend/exercise-advanced-treeview
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Index: addons/openacademy/views/openacademy.xml
<field name="model">openacademy.session</field>
<field name="arch" type="xml">
- <tree string="Session Tree">
+ <tree string="Session Tree" colors="#0000ff:duration&lt;5;red:duration&gt;15">
+ <tree string="Session Tree" decoration-info="duration&lt;5" decoration-danger="duration&gt;15">
<field name="name"/>
<field name="course_id"/>
+ <field name="duration" invisible="1"/>
Expand Down

0 comments on commit 07a19b7

Please sign in to comment.