odoo/o-spreadsheet#5198
Created by fw-bot
Merged
at 66b7d68d42051aa9024044280774db6201b15bd4
Statuses:
- label
- odoo:saas-17.4-17.0-fix-date-line-chart-dhrp-3_HL-fw
- head
- 08b352965309f968d56c6ff536ec5f05585b8fcc
- merged
- 2 weeks ago by BI, Dhrutik Patel (dhrp)
odoo/o-spreadsheet | |
---|---|
17.0 | #5139 |
saas-17.2 | #5196 |
saas-17.4 | #5198 |
18.0 | #5200 |
master | #5201 |
[FW][FIX] chart: date line chart
Description:
When creating a line chart with date labels, if 'Use row X as headers' is enabled, the first cell is empty. Currently, we're checking the format of this empty cell to determine if the labels are dates.
Task: 4268977
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