You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Adrien Peiffer (ACSONE)
03951e6c58
|
10 years ago | |
---|---|---|
.. | ||
static/src | 10 years ago | |
views | 10 years ago | |
README.rst | 10 years ago | |
__init__.py | 10 years ago | |
__openerp__.py | 10 years ago |
README.rst
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: License
Web Widget Auto Color
=====================
This module was written to offer a new autocolor widget which can be used on
field in trees view. Using this widget causes an identical coloration for cells
of the same value in a list view.
Installation
============
To install this module, you need to:
* Click on install button
Usage
=====
In the view declaration, put widget='autocolor' attribute in the field tag::
...
<field name="arch" type="xml">
<tree string="View name">
...
<field name="name"/>
<field name="name" widget="autocolor"/>
...
</tree>
</field>
...
Credits
=======
Contributors
------------
* Stéphane Bidoul (ACSONE) <stephane.bidoul@acsone.eu>
* Adrien Peiffer (ACSONE) <adrien.peiffer@acsone.eu>
Maintainer
----------
.. image:: http://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: http://odoo-community.org
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.