odoo/o-spreadsheet#7239
Created by BI, Lucas Lefèvre (lul)
Merged
at af36b266644edbd2da9320eb09bf84d330c23ed0
Statuses:
- label
- odoo:18.0-stop-the-search-lul
- head
- f442caa2f3addd56ee1e612a3b7a7058d9aca224
- merged
- 2 days ago by BI, Rémi Rahir (rar)
odoo/o-spreadsheet | |
---|---|
18.0 | #7239 |
saas-18.2 | #7307 |
saas-18.3 | #7308 |
saas-18.4 | #7309 |
19.0 | #7310 |
master | #7312 |
[PERF] evaluation: stop the dependencies search early
From 40s to ~7s
Description:
description of this task, what is implemented and why it is implemented that way.
Task: 4954710
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