odoo/o-spreadsheet#8502
Created by fw-bot
Merged
at e6fb51dd9c1056cd360f7b806d8b68d91c3039c5
Statuses:
- label
- odoo:master-saas-19.1-fix-scorecard-zoom-adrm-521476-fw
- head
- b0780ec66106aae4818cb976e15ec65229cde6c2
- 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