Custom Progress Bar Widget

by
Odoo

15.00

v 15.0 Third Party
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 93
Technical Name od_progressbar_color
LicenseLGPL-3
Websitehttps://github.com/aadilakbar
Versions 14.0 15.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 93
Technical Name od_progressbar_color
LicenseLGPL-3
Websitehttps://github.com/aadilakbar
Versions 14.0 15.0

Color your progress bar as you want

Following are the ways possible to color your progress bar:

  • Standard
  • Reverted (reverted colors from standard configuration)
  • Custom (ranges for red, green, orange)

Standard Coloring

For standard coloring, just use the widget="od_progressbar_color" in your field definition.
  

Reverted Coloring

For reverted coloring, use the widget="od_progressbar_color" and "revert_pg_color"=True in your field definition
  and it will revert the colors defined for standard coloring.
  

Custom Coloring

For custom coloring, use the widget="od_progressbar_color" and
  "custom_pg_percentages"{
                'danger': [65, 100],
                'warning': [35, 65],
                'success': [0, 35]
            }
  in your field definition.
  

Here, danger=red, warning=orange, and success=green

Reverted Custom Coloring

For reverted custom coloring, use the widget="od_progressbar_color" and "revert_pg_color"=True
  "custom_pg_percentages"{
                'danger': [65, 100],
                'warning': [35, 65],
                'success': [0, 35]
            }
  in your field definition, and it will revert the above custom progress bar colors.
  

For any queries, please feel free to contact me at my email: adilak389@gmail.com

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.