odoo/o-spreadsheet#5222

Created by fw-bot
Merged at 5222d9af557a45a84b2b0281b83bdb61c32f2af3

Statuses:

label
odoo:master-saas-17.2-fix-datavalidation-insertion-rar-Br87-fw
head
1d6ce2f8a6c073d0c301ca3dad0c4b2478e2ba74
merged
5 days ago by BI, RĂ©mi Rahir (rar)
odoo/o-spreadsheet
saas-17.2 #5071
saas-17.4 #5217
18.0 #5221
master #5222

[FW][FIX] Datavalidation: coreView plugin should not dispatch

See #5216 - CoreView plugins replay remote revisions and should not take the risk to dispatch during the replay. The code that was assigning arbitrary default values to the cells of a boolean datavalidation has been moved to a UI feature plugin, hence avoiding the problem raised in PR #5216.

task-4241141

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: #5217
Forward-Port-Of: #5071