odoo/o-spreadsheet#6718

Created by fw-bot
Merged at 73297562f301f38e7522588783520bb2f136ce94

Statuses:

label
odoo:saas-18.1-18.0-fix-clear-again-rar-446699-fw
head
3543237b9381260d99287fa28e1917c55b77dde2
merged
16 hours ago by BI, Rémi Rahir (rar)
odoo/o-spreadsheet
18.0 #6717
saas-18.1 #6718
saas-18.2 #6719
saas-18.3 #6720
saas-18.4 #6721
master #6722

[FIX] demo: fix `clear` action again

in 18.0, resetting a spreadsheet implies also clearing the store container. Again no tests in demo and the forwardport went sour.

task-0

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

Forward-Port-Of: #6717