odoo/o-spreadsheet#5224
Created by BI, Adrien Minne (adrm)
Merged
at 022f3b33062e976b4027a3ae01592d0459d3ac8d
Statuses:
- label
- odoo:master-pivot-panel-highlight-adrm
- head
- b5007e45cb5bf2af6c05eb040ce5454c01c9a022
- merged
- 3 days ago by BI, Lucas Lefèvre (lul)
odoo/o-spreadsheet | |
---|---|
master | #5224 |
[IMP] pivot: highlight pivot cells on panel open
Description
The pivot cells should be highlighted when the pivot side panel for this pivot is open.
Task: 4341467
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