odoo/o-spreadsheet#8826
Created by BI, Adrien Minne (adrm)
- label
- odoo:master-carousel-chart-insertion-adrm
- head
- a6a92bdd60475d2261807de7633fef4253d57fb8
| odoo/o-spreadsheet | |
|---|---|
| master | #8826 missing r+ |
[IMP] carousel: pick chart type when adding chart to carousel
Description:
[IMP] carousel: pick chart type when adding chart to carousel
The button "Add chart" in the carousel panel would always create a
bar chart. It'd be better to allow the user which chart they want to
create, and to directly open the chart side panel.
[REF] chart: extract chart type picker popover
This commit extracts the chart type picker popover to a separate
component so it can be re-used separately from the select.
Task: 6263706
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