mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_widget_progressbar_gradient: Add inverse option
Allows to reverse the gradient rendering
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
- Denis Roussel <denis.roussel@acsone.eu>
|
||||
- Jacques-Etienne Baudoux <je@bcim.be>
|
||||
- Souheil Bejaoui <souheil.bejaoui@acsone.eu>
|
||||
|
||||
@@ -2,4 +2,10 @@ This module allows to display progress bars with colorized gradient bar.
|
||||
The color will increase following value from green passing per yellow
|
||||
and finishing to red.
|
||||
|
||||
- Normal rendering:
|
||||
|
||||

|
||||
|
||||
- Reverse rendering:
|
||||
|
||||

|
||||
|
||||
@@ -1 +1,3 @@
|
||||
- When declaring a progressbar field, use the 'progressbar_color' widget.
|
||||
- Add the inverse option to reverse the colors on the progress bar field:
|
||||
``options="{'inverse': true}"``
|
||||
|
||||
Reference in New Issue
Block a user