sales_team_progressbar
A kanban progress bar that turns into a call to action when there is nothing to measure. Odoo 20 removes it, and the kanban progress bar variant it was built on goes with it.
September 18, 2026Updated September 18, 20264 min read
| Technical name | sales_team_progressbar |
|---|---|
| Field types | integer, float |
| Views | kanban |
| Module | sale, installed with Sales |
| Used in core | 0 uses in Odoo 19 Community or Enterprise. Removed in Odoo 20. |
| Versions | Odoo 19.0 |
| No-code setup | No. There is no Studio entry for this widget. |
| Alternatives | progressbar, statinfo, percentpie |
What the sales_team_progressbar widget does
What this means for your team
Working examples
Removed alongside the widget it was built on
Version compatibility
| Version | Status | Notes |
|---|---|---|
| Odoo 19.0 | Verified | Verified against the shipped 19.0 source. |
| Odoo 20.0 | Not available | Removed, along with the kanban.progressbar variant it extended. |
Present in Odoo 19, removed in Odoo 20 along with its parent variant.
What is changing in Odoo 20
Common problems and fixes
| Symptom | Cause and fix |
|---|---|
| The widget stopped resolving after upgrading to Odoo 20 | The registration was removed, as was kanban.progressbar. Use the base progressbar widget, or build a custom one if you need the empty-state prompt. |
| A bar renders empty instead of showing a link | The base progressbar has no empty-state behavior; only this widget did. Set the target, or reproduce the prompt in a custom widget. |
| progressbar options such as editable stopped working in Odoo 20 | The base widget kept only max_value; four options were removed. Editability now follows the field's readonly state. The other three have no replacement. |
Sales_team_progressbar widget vs the alternatives
| Widget | Best for | Key difference |
|---|---|---|
sales_team_progressbar | A sales team progress bar that prompts when no target is set | Replaces the empty bar with a link to fix it, and does not exist in Odoo 20 |
| progressbar | A progress bar in any supported version | No empty-state prompt, and only max_value survives in Odoo 20 |
| statinfo | A headline number on a smart button | Clicks through to a filtered list and survives Odoo 20 intact |
| percentpie | A proportion shown graphically | A pie rather than a bar, with no target prompt |
Frequently asked questions
Was sales_team_progressbar removed in Odoo 20?+
What did sales_team_progressbar do differently?+
What replaces it in Odoo 20?+
Dashboards showing zeros that are really blanks?
An unset target and a missed target look identical on most Odoo dashboards, and one of them gets someone a difficult meeting. We build sales reporting that distinguishes missing configuration from bad performance.
Talk to an Odoo consultant