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.

64 lines
1.7 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License
  3. Web Option Auto Color
  4. =====================
  5. This module was written to offer a new autocolor attribute which can be used on
  6. field in trees view. Using this attribute causes an identical coloration for
  7. cells of the same value in a list view.
  8. Installation
  9. ============
  10. To install this module, you need to:
  11. * Click on install button
  12. Usage
  13. =====
  14. In the view declaration, put autocolor="1" attribute in the field tag::
  15. ...
  16. <field name="arch" type="xml">
  17. <tree string="View name">
  18. ...
  19. <field name="name"/>
  20. <field name="name2" autocolor="1"/>
  21. ...
  22. </tree>
  23. </field>
  24. ...
  25. Bug Tracker
  26. ===========
  27. Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
  28. In case of trouble, please check there if your issue has already been reported.
  29. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  30. `here <https://github.com/OCA/web/issues/new?body=module:%20web_option_auto_color%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  31. Credits
  32. =======
  33. Contributors
  34. ------------
  35. * Stéphane Bidoul (ACSONE) <stephane.bidoul@acsone.eu>
  36. * Adrien Peiffer (ACSONE) <adrien.peiffer@acsone.eu>
  37. Maintainer
  38. ----------
  39. .. image:: http://odoo-community.org/logo.png
  40. :alt: Odoo Community Association
  41. :target: http://odoo-community.org
  42. This module is maintained by the OCA.
  43. 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.
  44. To contribute to this module, please visit http://odoo-community.org.