odoo/o-spreadsheet#8211
Created by BI, Adrien Minne (adrm)
Merged
at ff534e926a6954782632da00d872f6e7903567ff
Statuses:
- label
- odoo:saas-19.1-fix-scorecard-zoom-adrm
- head
- e8fb405743a409b936f3e64585f98933e2f74292
- 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