odoo/o-spreadsheet#8418
Created by fw-bot
Merged
at de634c5865a1909c9bf10c8d00ed0bd20fa56882
Statuses:
- label
- odoo:saas-19.2-18.0-prevent-cross-version-copy-paste-adrm-517374-fw
- head
- 1d77ab5d71801f65ef945a298c336cfb082f052a
- merged
- 1 week ago by BI, Adrien Minne (adrm)
| odoo/o-spreadsheet | |
|---|---|
| 18.0 | #8330 |
| saas-18.2 | #8409 |
| saas-18.3 | #8410 |
| saas-18.4 | #8412 |
| 19.0 | #8416 |
| saas-19.1 | #8417 |
| saas-19.2 | #8418 |
| master | #8420 |
[copy/paste cross spreadsheet] cross version paste should be prevented
Description:
description of this task, what is implemented and why it is implemented that way.
Task: 6095101
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