odoo/o-spreadsheet#8528
Created by BI, Adrien Minne (adrm)
Merged
at 1c7f0ba4c81afc3ce558e672a16ed13f9ff5c0a2
Statuses:
- label
- odoo:saas-19.2-fix-pivot-design-panel-adrm
- head
- b8618075c1ae29d17f0300206adceaa2e47ab4f9
- merged
- 1 week ago by BI, Pierre Rousseau (pro)
| odoo/o-spreadsheet | |
|---|---|
| saas-19.2 | #8528 |
| saas-19.3 | #8543 |
| master | #8551 |
[FIX] pivot: fix design panel layout
Description
Since af097c3, the pivot design panel needs to have a height: 100% style. But the style was applied to the first section instead of the whole panel, making the second session invisible.
Task: 6148708
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