odoo/o-spreadsheet#9444
Created by BI, Adrien Minne (adrm)
- label
- odoo:saas-19.3-calendar-chart-aggregate-checkbox-adrm
- head
- 1f05d3416ff4c7cd19d576a9c6762cafdf167ddd
| odoo/o-spreadsheet | |
|---|---|
| saas-19.3 | #9444 missing r+ |
| saas-19.4 | |
| master |
[FIX] charts: calendar charts cannot be aggregated
Description
Since the big chart datasource refactor, the aggregate checkbox appeared in the calendar chart side panels, even though it's not an option for calendar charts (they are always aggregated).
Task: 6501177
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