odoo/o-spreadsheet#5071

Created by BI, RĂ©mi Rahir (rar)
Merged at fd31d5f58de2675210d039b89c3b3461190f05d8

Statuses:

label
odoo:saas-17.2-fix-datavalidation-insertion-rar
head
f46e94de7596e89392ea8858d09e82f529ebed89
merged
1 week ago by BI, Pierre Rousseau (pro)
odoo/o-spreadsheet
saas-17.2 #5071
saas-17.4 #5217
18.0 #5221
master #5222

[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