odoo/o-spreadsheet#8033

Created by fw-bot
Merged at 5883e326cd366928ac171b7523af9f209561e1e0

Statuses:

label
odoo:saas-19.2-18.0-fix-pivot-format-matho-504039-fw
head
1f262ebadde98b1e038d511a6cf84b6a709d8808
merged
16 hours 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: #8032
Forward-Port-Of: #8004