3
0
Fork 0

[FIX] README: Section title. Fixes #189

9.0
Pedro M. Baeza 2015-08-02 21:23:18 +02:00
parent bef3484fb8
commit 05f80b37dd
1 changed files with 14 additions and 14 deletions

View File

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