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.

61 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. <field name="arch" type="xml">
  16. <tree string="View name">
  17. ...
  18. <field name="name"/>
  19. <field name="name2" autocolor="1"/>
  20. ...
  21. </tree>
  22. </field>
  23. Bug Tracker
  24. ===========
  25. Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
  26. In case of trouble, please check there if your issue has already been reported.
  27. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  28. `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**>`_.
  29. Credits
  30. =======
  31. Contributors
  32. ------------
  33. * Stéphane Bidoul (ACSONE) <stephane.bidoul@acsone.eu>
  34. * Adrien Peiffer (ACSONE) <adrien.peiffer@acsone.eu>
  35. Maintainer
  36. ----------
  37. .. image:: http://odoo-community.org/logo.png
  38. :alt: Odoo Community Association
  39. :target: http://odoo-community.org
  40. This module is maintained by the OCA.
  41. 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.
  42. To contribute to this module, please visit http://odoo-community.org.