Daily updates from Odoo
Thursday, September 21, 2017
1 change · master
New functionality added to Odoo
Kanban boards can now show progress bars in each column, making it easier to see how records are split by status and totals at a glance. This improves pipeline and project tracking by highlighting key amounts or counts directly in the board view.
Original PR description
Hello @qsm-odoo , I created this common branch to finalize the kanban progress bar task. Let me know if it's fine for you or if you prefer to work in yours branches instead. Issues: - [ ] Long numbers (crm) will overlap in a second line - [ ] Bars' colours are "wrong" in community (always primary) Some feedbacks from fp: - [ ] Numbers should have 3 digits min and 5 digit max. _eg_ $**324K** / $**12400** - [ ] For monetary: number in bold, monetary sign in normal font-weight. eg. $**12400** Nice to have: - [ ] Animations should start instantaneously after the action has been performed. Currently there is a small delay