odoo/o-spreadsheet#8500
Created by fw-bot
Merged
at cd30b0abc83ec838f61cbb37b5a4441ead534134
Statuses:
- label
- odoo:saas-19.2-saas-19.1-fix-scorecard-zoom-adrm-512106-fw
- head
- 6da34500ab3faaa3ad8b0c3e0f1dd80455b138e0
- merged
- 2 weeks ago by BI, Rémi Rahir (rar)
| odoo/o-spreadsheet | |
|---|---|
| saas-19.1 | #8211 |
| saas-19.2 | #8500 |
| saas-19.3 | #8501 |
| master | #8502 |
[FIX] zoom: scorecard chart rendering with zoom
Description
The scorecards were blurry when zooming a sheet. We were not scaling their canvas properly according to the zoom level.
Task: 6072348
review checklist
- [ ] feature is organized in plugin, or UI components
- [ ] support of duplicate sheet (deep copy)
- [ ] in model/core: ranges are Range object, and can be adapted (adaptRanges)
- [ ] in model/UI: ranges are strings (to show the user)
- [ ] undo-able commands (uses this.history.update)
- [ ] multiuser-able commands (has inverse commands and transformations where needed)
- [ ] new/updated/removed commands are documented
- [ ] exportable in excel
- [ ] translations (_t("qmsdf %s", abc))
- [ ] unit tested
- [ ] clean commented code
- [ ] track breaking changes
- [ ] doc is rebuild (npm run doc)
- [ ] status is correct in Odoo
Forward-Port-Of: #8211