odoo/o-spreadsheet#7312

Created by fw-bot
Merged at db76fe513f7f50cb12ddc6e7b0eef681c3fffe79

Statuses:

label
odoo:master-18.0-stop-the-search-lul-469500-fw
head
11cdbeefb89e44bf0821a84aabaf2e1477b951b1
merged
2 days ago by BI, Lucas Lefèvre (lul)
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

Forward-Port-Of: #7239