odoo/o-spreadsheet#7310

Created by fw-bot
Merged at 33783882ba7933bebd3ce943d54f503dee1ef3c1

Statuses:

label
odoo:19.0-18.0-stop-the-search-lul-469495-fw
head
196a0119e8ce2af3659ea2719041231627ff0a09
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