odoo/o-spreadsheet#4093
Created by BI, Lucas Lefèvre (lul)
            Merged
                at b0e0ff395f7dcd755cc58c7907a7aa43e29af81d
            
                Statuses:
- label
- odoo:saas-16.4-faster-dependencies-lul
- head
- 9ea0939328998f68e4e3474aa17feaa68857f3da
- merged
- 2 years 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.2 | |
| saas-18.3 | |
| saas-18.4 | |
| 19.0 | |
| master | #4125 | 
[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