odoo/o-spreadsheet#5217

Created by fw-bot
Merged at b480f9f9dd451f56eb44be6ce9140c5b2f8cd3c0

Statuses:

label
odoo:saas-17.4-saas-17.2-fix-datavalidation-insertion-rar-stxO-fw
head
8d9df64b2ce9c35525f20b2dfa9fef80b8f0b9e0
merged
2 weeks 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: #5071