odoo/o-spreadsheet#3449

Created by BI, Rémi Rahir (rar)
Merged at ce7412e020f2cdbf3df3c1c92e26c90686a4984b

Statuses:

label
odoo:16.0-revert-3446-rar
head
512940cbb54c8fe3fffeeb75d8e595b3b52ed477
merged
10 months ago by BI, Rémi Rahir (rar)
odoo/o-spreadsheet
16.0 #3449
saas-16.1 #3450
saas-16.2 #3451
saas-16.3 #3452

[REV][FIX] side_panel: cf rule range bugs

This reverts commit 4a956f3eafe299badcc9479dc1eecd7f55248b25.

the task was not fixing bugs (in the sens of tracebacks or corrupted
behaviour) but rather seemingly backporting a feture introduced in
later versions. Since the implementation was not accounting for every
case and that it' not fixing any behaviour, just improving the user
experience, it's better to cancel it.

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