odoo/o-spreadsheet#7307

Created by fw-bot
Merged at 5016447ec59274b33c5e792a492976d81b35b3d5

Statuses:

label
odoo:saas-18.2-18.0-stop-the-search-lul-467139-fw
head
354e4adf89b663236dfe8ea1ed31783b9f919477
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