odoo/o-spreadsheet#5221
Created by fw-bot
Merged
at 64a4cbc76a02995c86d236ab57e698b7c09b1caa
Statuses:
- label
- odoo:18.0-saas-17.2-fix-datavalidation-insertion-rar-tqqD-fw
- head
- 8a3d026c4103f2f22d635fe9cd503b089f63e4d0
- 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.
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