odoo/o-spreadsheet#8409
Created by fw-bot
Merged
at a8182bc1077d1e8c741f5e4cb05a8f53f91e2d79
Statuses:
- label
- odoo:saas-18.2-18.0-prevent-cross-version-copy-paste-adrm-515353-fw
- head
- db2030ae72085fe58da88a9870ce5b5dc9f1516f
- 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
Forward-Port-Of: #8330