mirror of https://github.com/OCA/web.git
[UPD] README.rst
parent
87b5892695
commit
1ee439c916
|
@ -89,6 +89,9 @@ Usage
|
||||||
</field>
|
</field>
|
||||||
...
|
...
|
||||||
|
|
||||||
|
* You can also use ``colors="bg_color_field: my_color"`` to defined the field name that will be used
|
||||||
|
for the background color of the line.
|
||||||
|
|
||||||
* If you want to use more than one color, you can split the attributes using ';':
|
* If you want to use more than one color, you can split the attributes using ';':
|
||||||
|
|
||||||
.. code::
|
.. code::
|
||||||
|
@ -135,6 +138,7 @@ Authors
|
||||||
|
|
||||||
* Camptocamp
|
* Camptocamp
|
||||||
* Therp BV
|
* Therp BV
|
||||||
|
* GRAP
|
||||||
|
|
||||||
Contributors
|
Contributors
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
@ -143,6 +147,7 @@ Contributors
|
||||||
* Holger Brunn <hbrunn@therp.nl>
|
* Holger Brunn <hbrunn@therp.nl>
|
||||||
* Artem Kostyuk <a.kostyuk@mobilunity.com>
|
* Artem Kostyuk <a.kostyuk@mobilunity.com>
|
||||||
* Guewen Baconnier <guewen.baconnier@camptocamp.com>
|
* Guewen Baconnier <guewen.baconnier@camptocamp.com>
|
||||||
|
* Sylvain LE GAL <https://twitter.com/legalsylvain>
|
||||||
|
|
||||||
Maintainers
|
Maintainers
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
|
|
|
@ -429,6 +429,9 @@ With this example, column which renders 'name' field will have its text colored
|
||||||
...
|
...
|
||||||
</pre>
|
</pre>
|
||||||
</li>
|
</li>
|
||||||
|
<li><p class="first">You can also use <tt class="docutils literal"><span class="pre">colors="bg_color_field:</span> my_color"</tt> to defined the field name that will be used
|
||||||
|
for the background color of the line.</p>
|
||||||
|
</li>
|
||||||
<li><p class="first">If you want to use more than one color, you can split the attributes using ‘;’:</p>
|
<li><p class="first">If you want to use more than one color, you can split the attributes using ‘;’:</p>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -470,6 +473,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Camptocamp</li>
|
<li>Camptocamp</li>
|
||||||
<li>Therp BV</li>
|
<li>Therp BV</li>
|
||||||
|
<li>GRAP</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="contributors">
|
<div class="section" id="contributors">
|
||||||
|
@ -479,6 +483,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
|
||||||
<li>Holger Brunn <<a class="reference external" href="mailto:hbrunn@therp.nl">hbrunn@therp.nl</a>></li>
|
<li>Holger Brunn <<a class="reference external" href="mailto:hbrunn@therp.nl">hbrunn@therp.nl</a>></li>
|
||||||
<li>Artem Kostyuk <<a class="reference external" href="mailto:a.kostyuk@mobilunity.com">a.kostyuk@mobilunity.com</a>></li>
|
<li>Artem Kostyuk <<a class="reference external" href="mailto:a.kostyuk@mobilunity.com">a.kostyuk@mobilunity.com</a>></li>
|
||||||
<li>Guewen Baconnier <<a class="reference external" href="mailto:guewen.baconnier@camptocamp.com">guewen.baconnier@camptocamp.com</a>></li>
|
<li>Guewen Baconnier <<a class="reference external" href="mailto:guewen.baconnier@camptocamp.com">guewen.baconnier@camptocamp.com</a>></li>
|
||||||
|
<li>Sylvain LE GAL <<a class="reference external" href="https://twitter.com/legalsylvain">https://twitter.com/legalsylvain</a>></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="maintainers">
|
<div class="section" id="maintainers">
|
||||||
|
|
Loading…
Reference in New Issue