Browse Source

[FIX] README: Section title. Fixes #189

pull/195/head
Pedro M. Baeza 9 years ago
parent
commit
05f80b37dd
  1. 30
      web_option_auto_color/README.rst

30
web_option_auto_color/README.rst

@ -15,21 +15,21 @@ To install this module, you need to:
* Click on install button * Click on install button
Usage
=====
In the view declaration, put autocolor="1" attribute in the field tag::
...
<field name="arch" type="xml">
<tree string="View name">
...
<field name="name"/>
<field name="name2" autocolor="1"/>
...
</tree>
</field>
...
Usage
=====
In the view declaration, put autocolor="1" attribute in the field tag::
...
<field name="arch" type="xml">
<tree string="View name">
...
<field name="name"/>
<field name="name2" autocolor="1"/>
...
</tree>
</field>
...
Bug Tracker Bug Tracker

Loading…
Cancel
Save