odoo/o-spreadsheet#9015
Created by Marceline Thomas (matho)
- label
- odoo:19.0-fix-hidden-autofill-matho
- head
- 91117c4aa98d6f654c7b47c185547f1877215453
| odoo/o-spreadsheet | |
|---|---|
| 19.0 | #9015 missing r+ |
| saas-19.1 | |
| saas-19.2 | |
| saas-19.3 | |
| saas-19.4 | |
| master |
[FIX] autofill: hide autofill handler when selection is hidden
Before this commit:
It was possible to see the autofill handler when the selection was hidden, and to drag and drop the autofill handler to autofill the rows below the selection, even if the selection was hidden.
Task: 6317808
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