odoo/o-spreadsheet#8024

Created by fw-bot
Merged at c85f58f0183d0d324dc5d123b9503e3d0b9b25cc

Statuses:

label
odoo:saas-18.3-18.0-fix-pivot-format-matho-503097-fw
head
0e4af59edf7c1a3de7be0de20c9f933fbe3ccfe4
merged
4 days ago by Marceline Thomas (matho)
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

Forward-Port-Of: #8012
Forward-Port-Of: #8004