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.

29 lines
595 B

  1. This module aims to add a color picker to Odoo.
  2. It's a `jsColor <http://jscolor.com/>`_ lib integration.
  3. Features
  4. ========
  5. * The picker allow the user to quickly select a color on edit mode
  6. |picker|
  7. .. note::
  8. Notice how html code and the background color is updating when selecting a color.
  9. * Display the color on form view when you are not editing it
  10. |formview|
  11. * Display the color on list view to quickly find what's wrong!
  12. |listview|
  13. .. |picker| image:: ./images/picker.png
  14. .. |formview| image:: ./images/form_view.png
  15. .. |listview| image:: ./images/list_view.png