odoo/o-spreadsheet#7211
Created by BI, Adrien Minne (adrm)
Merged
at e6ad813705be02692238af20722347b0b19a4965
Statuses:
- label
- odoo:master-calendar-chart-animation-2-adrm
- head
- 796ebaaefce7fec9158be7a7a227354377c79806
- merged
- 1 month ago by BI, Pierre Rousseau (pro)
| odoo/o-spreadsheet | |
|---|---|
| master | #7211 |
[IMP] chart: add animation to calendar chart
[IMP] chart: add animation to calendar chart
Add a color fade-in animation to calendar chart when it is created
or updated.
Task: 5123652
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