odoo/o-spreadsheet#4118
Created by fw-bot
Merged
at bc831e37f6799f9f7f60f462d196d09ae6c598ec
Statuses:
- label
- odoo:saas-17.2-saas-16.4-faster-dependencies-lul-YSJ4-fw
- head
- d14e3341eecb1cf99eb5527afea58c3db27d3503
- 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
Forward-Port-Of: #4093