odoo/o-spreadsheet#8412
Created by fw-bot
Merged
at 57f45b09bb2002e69893ea754aa7f304b7dea274
Statuses:
- label
- odoo:saas-18.4-18.0-prevent-cross-version-copy-paste-adrm-517125-fw
- head
- c3fab5b805e6836a6b071ffe41a05c89549b0927
- 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