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 [ADD] Add web widget auto color module 9 years ago
..
static/src [ADD] Add web widget auto color module 9 years ago
views [ADD] Add web widget auto color module 9 years ago
README.rst [ADD] Add web widget auto color module 9 years ago
__init__.py [ADD] Add web widget auto color module 9 years ago
__openerp__.py [ADD] Add web widget auto color module 9 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.