odoo/o-spreadsheet#8164
Created by Marceline Thomas (matho)
- label
- odoo:master-fix-pin-sidepanel-matho
- head
- 427f8287efeb8a6ef782d553b2c0d547a3c8cb25
| odoo/o-spreadsheet | |
|---|---|
| master | #8164 missing r+ |
[FIX] Table side panel: fix closing
The table side panel was closing when selecting a cell without a table, it now stays open until the user explicitly closes it, selects another table or deletes the table.
Task: 6008091
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