odoo/o-spreadsheet#6720

Created by fw-bot
Merged at 99455ac47db27c95abfa761329ecc0a0b3cfb60e

Statuses:

label
odoo:saas-18.3-18.0-fix-clear-again-rar-446788-fw
head
b51278a62b7e1bd2a3238e49bf5a94f1c22781b1
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