odoo/o-spreadsheet#7353
Created by BI, Lucas Lefèvre (lul)
Merged
at cf2904cbd1b5646e48e75de3c161bde9032df66a
Statuses:
- label
- odoo:master-remove-image-catch-lul
- head
- df5deb5940c57e4eb4b75312c20cff0244c36eee
- merged
- 2 weeks ago by BI, Pierre Rousseau (pro)
| odoo/o-spreadsheet | |
|---|---|
| master | #7353 |
[IMP] image: do not swallow exception and remove GC
see commit messages
Task: 5176795
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