Forward-port is disabled, merged pull requests will not be forward-ported.
odoo/o-spreadsheet#8388
Created by fw-bot
Merged
at 5dbedb154ca8f9e07c16beb06e41277581e2904f
Statuses:
- label
- odoo:master-saas-19.2-fix-pivot-style-matho-513384-fw
- head
- da4c120af36bc14be27934213babd05ecbf7b306
- merged
- 1 week ago by BI, Pierre Rousseau (pro)
| odoo/o-spreadsheet | |
|---|---|
| saas-19.2 | #8255 |
| master | #8388 |
[FIX] pivot cell style copied twice
If we copy the top left cell or the all pivot table, we should not copy the style of the cell
Task: 5909138
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
Forward-Port-Of: #8255