odoo/o-spreadsheet#7370
Created by BI, Adrien Minne (adrm)
Merged
at a4733d2b176d2a6cb8bd9fa0a22b10d4416db38a
Statuses:
- label
- odoo:saas-18.4-missing-chart-axis-titlte-placeholder-adrm
- head
- 1fa32c4b6a2c8081ac5a2e2ffea02cc0440cc6c5
- merged
- 2 months ago by BI, Rémi Rahir (rar)
| odoo/o-spreadsheet | |
|---|---|
| saas-18.4 | #7370 |
| 19.0 | #7432 |
| saas-19.1 | |
| master | #7434 |
[FIX] chart: add placeholder for axis title input
Description
Task: 5187080
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