odoo/odoo#163086
Created by Fun Services, K Theja (kthe)
Merged
at 0876373213b2c83ffaff0befe84d8fd2c28ff003
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:saas-16.4-fix-project-progress-bar-sucess_done-kthe
- head
- db849b314977e60f4f81eed0c851a5279264c3dd
- merged
- 1 year ago by Fun Services, Vincent Larcin (vila)
odoo/odoo | |
---|---|
17.0 | #163086 |
saas-17.1 | #174356 |
saas-17.2 | #174375 |
saas-17.4 | #174523 |
18.0 | |
saas-18.2 | |
saas-18.3 | |
saas-18.4 | |
19.0 | |
master | #174544 |
[FIX] project: fixed issue with the progress bar when the task is done state
Steps to reproduce:
- Open Project
- Go into any project in kanban view
- Mark any task as done.
- From the progress bar click on done section
Issue:
- You can see that the color is does not apply while grouping tasks using progress-bar.
Cause:
- Missing css-kanban-filter which supplies the color to be applied while grouping by progressbar.
- Adding CSS-filter is not done because success-done i.e. color of done tasks is not from standard CSS library(I.e. Bootstrap).
Solution:
- Add the CSS filter for done stage name as success-done.