odoo/o-spreadsheet#8319
Created by BI, Adrien Minne (adrm)
Merged
at 42509ce5d765a29776905b0861e45d075e0c3229
Statuses:
- label
- odoo:master-indian-currency-adrm
- head
- e9f1049ac396884f74e4ccc6992f0e650a8daef4
- merged
- 6 days ago by BI, Lucas Lefèvre (lul)
| odoo/o-spreadsheet | |
|---|---|
| master | #8319 |
[IMP] locale: add digit grouping for thousands separators
Description
Some locales (eg. India) do not use standard international thousand grouping for large numbers, but group the first 3 numbers, then group the next numbers by 2.
This commit adds the digitGrouping parameter to the locale to handle that behaviour.
Task: 4829185
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