mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] README: Section title. Fixes #189
This commit is contained in:
@@ -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">
|
||||
<tree string="View name">
|
||||
...
|
||||
<field name="name"/>
|
||||
<field name="name2" autocolor="1"/>
|
||||
...
|
||||
</tree>
|
||||
</field>
|
||||
...
|
||||
...
|
||||
<field name="arch" type="xml">
|
||||
<tree string="View name">
|
||||
...
|
||||
<field name="name"/>
|
||||
<field name="name2" autocolor="1"/>
|
||||
...
|
||||
</tree>
|
||||
</field>
|
||||
...
|
||||
|
||||
|
||||
Bug Tracker
|
||||
@@ -61,4 +61,4 @@ This module is maintained by the OCA.
|
||||
|
||||
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
|
||||
|
||||
To contribute to this module, please visit http://odoo-community.org.
|
||||
To contribute to this module, please visit http://odoo-community.org.
|
||||
|
||||
Reference in New Issue
Block a user