odoo/o-spreadsheet#8004
Created by Marceline Thomas (matho)
Merged
at 0355117fc65300001b31d8559cfcdbba1587510c
Statuses:
- label
- odoo:18.0-fix-pivot-format-matho
- head
- 81cdf841bbb4543de0ce9a91133cf3cc939b902e
- merged
- 1 week ago by BI, Rémi Rahir (rar)
| odoo/o-spreadsheet | |
|---|---|
| 18.0 | #8004 |
| saas-18.2 | #8012 |
| saas-18.3 | #8024 |
| saas-18.4 | #8026 |
| 19.0 | #8031 |
| saas-19.1 | #8032 |
| saas-19.2 | #8033 |
| master | #8036 |
[FIX] Dynamic pivot: header don't support alignment anymore
Task: 5922279
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