odoo/o-spreadsheet#8204
Created by BI, Adrien Minne (adrm)
- label
- odoo:saas-19.1-fix-humanize-scientific-format-adrm
- head
- c44dc8c08f4c19f34af6c29820339d1558827ee8
| odoo/o-spreadsheet | |
|---|---|
| saas-19.1 | #8204 missing r+ |
| saas-19.2 | |
| master |
[FIX] format: don't humanize scientific format
Description
The methods trying to humanize a format (in charts, and in FORMAT.LARGE.NUMBER) were displaying strange results when used with scientific formats (eg. 0ke+4 instead of either 50k or 5e+4).
Task: 6068353
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