odoo/o-spreadsheet#6719

Created by fw-bot
Merged at a392fa05606e7d951827fc8566715317747cbc19

Statuses:

label
odoo:saas-18.2-18.0-fix-clear-again-rar-446786-fw
head
c1fd139e405e14a0013cb26624e8b35a21cbffcc
merged
1 day 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