odoo/o-spreadsheet#3452

Created by fw-bot
Merged at 10ece23a3d8be1070932a865a37b4370288e58e7

Statuses:

label
odoo:saas-16.3-16.0-revert-3446-rar-y3Qw-fw
head
d54bb1783a7c428142e88fcaa50d61384a31e47c
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

[FW][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

Forward-Port-Of: #3451
Forward-Port-Of: #3449