odoo/o-spreadsheet#8205

Created by fw-bot
Merged at cb904378be5899d7d13368f10d7c6274acf8b898

Statuses:

label
odoo:saas-18.2-18.0-fix-wrapping-wrap-dhrp-508922-fw
head
e7744817f0c8f3c366323aac1764dbaa1991fe00
merged
2 weeks ago by BI, Rémi Rahir (rar)
odoo/o-spreadsheet
18.0 #8117
saas-18.2 #8205
saas-18.3 #8206
saas-18.4 #8208
19.0 #8213
saas-19.1 #8214
saas-19.2 #8215
master #8216

[FIX] grid_renderer_store: keep wrapping width with explicit align

Description:

Since PR#8004 ([FIX] Dynamic pivot: header alignment), width-aware
formatting is disabled on explicitly aligned cells to preserve the pivot
header alignment fix.

The renderer was reusing that same width to split wrapped content, so
cells with wrapping: "wrap" and an explicit horizontal alignment were
still getting the correct row height, but their text was rendered as a
single clipped line.

This commit separates the formatting width from the wrapping width:
- keep formatWidth disabled for explicitly aligned cells
- always use the real cell width to split wrapped text

Task: 6032407

review checklist

Forward-Port-Of: #8117