odoo/o-spreadsheet#8394
Created by fw-bot
Merged
at c3b64a3683925920926bcd9dbccd8d6bcf885353
Statuses:
- label
- odoo:saas-19.2-saas-19.1-format-large-number-crash-adrm-511605-fw
- head
- e179a12e09c8415fff5710f58de81f4288d93623
- merged
- 2 months ago by BI, Adrien Minne (adrm)
| odoo/o-spreadsheet | |
|---|---|
| saas-19.1 | #8198 |
| saas-19.2 | #8394 |
| saas-19.3 | |
| master | #8397 |
[FIX] format: large number format with no digits
Description
Since e8b38a a format with no date part and no digit is (correctly) detected as a number format. But _createLargeNumberFormat would crash if there were no digits.
Task: 6010376
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: #8198