odoo/o-spreadsheet#8198
Created by BI, Adrien Minne (adrm)
Merged
at 269bec64574497df7e3931f93f8adc8553c714c4
Statuses:
- label
- odoo:saas-19.1-format-large-number-crash-adrm
- head
- c4fe04ff4483d96fd896a9b3f4d6c5f388e50373
- merged
- 2 months ago by BI, Lucas Lefèvre (lul)
| 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