odoo/o-spreadsheet#7527

Created by BI, Adrien Minne (adrm)

Blocked

label
odoo:17.0-fix-numbre-wrapping-adrm
head
123dbc28736832fc9683d62475d0d4a647227033
odoo/o-spreadsheet
17.0 #7527 missing r+
18.0
saas-18.2
saas-18.3
saas-18.4
19.0
master

[FIX] header_size: wrong row size from wrapped number

Description

If a literal cell containing a number was wrapped (because the number was large, or because it had a long format), the row height was wrong.

Task: 4878338

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