odoo/o-spreadsheet#4125
Created by fw-bot
Merged
at 466b074766f19640e3cf1908e29721e32d981481
Statuses:
- label
- odoo:master-saas-16.4-faster-dependencies-lul-Cp2o-fw
- head
- 4552587111b31d557112fcde15b08398597f8cb4
- merged
- 1 year ago by BI, Rémi Rahir (rar)
odoo/o-spreadsheet | |
---|---|
saas-16.4 | #4093 |
16.0 | |
17.0 | #4116 |
saas-17.1 | #4117 |
18.0 | |
saas-17.2 | #4118 |
saas-18.1 | |
saas-18.2 | |
saas-18.3 | |
saas-18.4 | |
master | #4125 |
[FW][PERF] evaluation: faster dependencies checking
On RNG's spreadsheet, from 12+ secondes to <180ms
Description:
description of this task, what is implemented and why it is implemented that way.
Task: : TASK_ID
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