Search Here

How to Use ProgressBar, Gauge and Percentpie Widgets In Odoo

In this article, you will learn how to use and implement progress, progress bar, gauge, and percentpie widget in Odoo15. You will also learn how to change values dynamically in these widgets.

How to Use ProgressBar, Gauge and Percentpie Widgets In Odoo

Graphical Widgets in Odoo

Odoo provides graphical widgets, to show progress of some tasks and events. You can monitor your projects and tasks progress by using these widgets. After reading this article you will be able to.

Read More: Decorate Fields in Odoo (Bold, Italic Text and Color) in Tree View Column

  • How to use and implement ProgressBar widget in Odoo
  • How to use and implement Gauge widget in Odoo
  • How to use and implement Percentpie widget in Odoo

You can implement these widgets by using below codes:

  1. widget="progressbar"
  2. widget="gauge"
  3. widget="percentpie"

But by putting above code snippet in your XML will not work properly, you need to do some calculations in your model.

Read More: Use Handle Widget in Odoo to Reorder Records in Tree View

How to use and implement ProgressBar widget in Odoo


How to use and implement Gauge widget in Odoo


How to use and implement Percentpie widget in Odoo


You can use these progress widgets to show the completion of project or tasks states etc.

Post a Comment

0 Comments