odoo/o-spreadsheet#8504
Created by fw-bot
Merged
at f031b4bd17c36b04913697e07d29f9d249d92308
Statuses:
- label
- odoo:saas-19.3-saas-19.1-fix-humanize-scientific-format-adrm-521485-fw
- head
- 61b24401e8e8884a3a43f0a69a60a2bacc88d7cd
- merged
- 3 weeks ago by BI, Rémi Rahir (rar)
| odoo/o-spreadsheet | |
|---|---|
| saas-19.1 | #8204 |
| saas-19.2 | #8503 |
| saas-19.3 | #8504 |
| master | #8505 |
[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
Forward-Port-Of: #8204